#include <Mp4WriterSink.h>
|
template<class Archive> |
void | serialize (Archive &ar, const unsigned int version) |
|
◆ Mp4WriterSinkProps() [1/2]
Mp4WriterSinkProps::Mp4WriterSinkProps |
( |
uint32_t | _chunkTime, |
|
|
uint32_t | _syncTimeInSecs, |
|
|
uint16_t | _fps, |
|
|
std::string | _baseFolder, |
|
|
bool | _recordedTSBasedDTS = true, |
|
|
bool | _enableMetadata = true ) |
|
inline |
◆ Mp4WriterSinkProps() [2/2]
Mp4WriterSinkProps::Mp4WriterSinkProps |
( |
| ) |
|
|
inline |
◆ getSerializeSize()
size_t Mp4WriterSinkProps::getSerializeSize |
( |
| ) |
|
|
inlinevirtual |
◆ serialize()
template<class Archive>
void Mp4WriterSinkProps::serialize |
( |
Archive & | ar, |
|
|
const unsigned int | version ) |
|
inlineprivate |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ baseFolder
std::string Mp4WriterSinkProps::baseFolder |
◆ chunkTime
uint32_t Mp4WriterSinkProps::chunkTime = 1 |
◆ enableMetadata
bool Mp4WriterSinkProps::enableMetadata = true |
◆ fps
uint16_t Mp4WriterSinkProps::fps = 30 |
◆ recordedTSBasedDTS
bool Mp4WriterSinkProps::recordedTSBasedDTS = true |
◆ syncTimeInSecs
uint32_t Mp4WriterSinkProps::syncTimeInSecs = 1 |
The documentation for this class was generated from the following file: