#include <Chapter.h>
|
static constexpr const char * | KeyId = "id" |
|
static constexpr const char * | KeyTimeBase = "time_base" |
|
static constexpr const char * | KeyStart = "start" |
|
static constexpr const char * | KeyStartTime = "start_time" |
|
static constexpr const char * | KeyEnd = "end" |
|
static constexpr const char * | KeyEndTime = "end_time" |
|
static constexpr const char * | KeyTags = "tags" |
|
Chapter class.
Definition at line 35 of file Chapter.h.
◆ Chapter()
ffmpegkit::Chapter::Chapter |
( |
std::shared_ptr< rapidjson::Value > |
chapterValue | ) |
|
◆ getAllProperties()
std::shared_ptr< rapidjson::Value > ffmpegkit::Chapter::getAllProperties |
( |
| ) |
|
Returns all chapter properties defined.
- Returns
- all chapter properties in a Value or nullptr if no properties are defined
Definition at line 79 of file Chapter.cpp.
◆ getEnd()
std::shared_ptr< int64_t > ffmpegkit::Chapter::getEnd |
( |
| ) |
|
◆ getEndTime()
std::shared_ptr< std::string > ffmpegkit::Chapter::getEndTime |
( |
| ) |
|
◆ getId()
std::shared_ptr< int64_t > ffmpegkit::Chapter::getId |
( |
| ) |
|
◆ getNumberProperty()
std::shared_ptr< int64_t > ffmpegkit::Chapter::getNumberProperty |
( |
const char * |
key | ) |
|
Returns the chapter property associated with the key.
- Returns
- chapter property as number or nullptr if the key is not found
Definition at line 61 of file Chapter.cpp.
◆ getProperty()
std::shared_ptr< rapidjson::Value > ffmpegkit::Chapter::getProperty |
( |
const char * |
key | ) |
|
Returns the chapter property associated with the key.
- Returns
- chapter property in a Value or nullptr if the key is not found
Definition at line 69 of file Chapter.cpp.
◆ getStart()
std::shared_ptr< int64_t > ffmpegkit::Chapter::getStart |
( |
| ) |
|
◆ getStartTime()
std::shared_ptr< std::string > ffmpegkit::Chapter::getStartTime |
( |
| ) |
|
◆ getStringProperty()
std::shared_ptr< std::string > ffmpegkit::Chapter::getStringProperty |
( |
const char * |
key | ) |
|
Returns the chapter property associated with the key.
- Returns
- chapter property as string or nullptr if the key is not found
Definition at line 53 of file Chapter.cpp.
◆ getTags()
std::shared_ptr< rapidjson::Value > ffmpegkit::Chapter::getTags |
( |
| ) |
|
◆ getTimeBase()
std::shared_ptr< std::string > ffmpegkit::Chapter::getTimeBase |
( |
| ) |
|
◆ _chapterValue
std::shared_ptr<rapidjson::Value> ffmpegkit::Chapter::_chapterValue |
|
private |
◆ KeyEnd
constexpr const char* ffmpegkit::Chapter::KeyEnd = "end" |
|
staticconstexpr |
◆ KeyEndTime
constexpr const char* ffmpegkit::Chapter::KeyEndTime = "end_time" |
|
staticconstexpr |
◆ KeyId
constexpr const char* ffmpegkit::Chapter::KeyId = "id" |
|
staticconstexpr |
◆ KeyStart
constexpr const char* ffmpegkit::Chapter::KeyStart = "start" |
|
staticconstexpr |
◆ KeyStartTime
constexpr const char* ffmpegkit::Chapter::KeyStartTime = "start_time" |
|
staticconstexpr |
◆ KeyTags
constexpr const char* ffmpegkit::Chapter::KeyTags = "tags" |
|
staticconstexpr |
◆ KeyTimeBase
constexpr const char* ffmpegkit::Chapter::KeyTimeBase = "time_base" |
|
staticconstexpr |
The documentation for this class was generated from the following files: