21 Mp4ErrorFrame(
int _errorType,
int _errorCode, std::string &_errorMsg,
int _openErrorCode, uint64_t& _errorMp4TS)
Frame(void *buff, size_t size, boost::shared_ptr< FrameFactory > mother)
Definition Frame.cpp:11
Mp4ErrorFrameType
Definition Mp4ErrorFrame.h:8
@ MP4_SEEK
Definition Mp4ErrorFrame.h:9
@ MP4_STEP
Definition Mp4ErrorFrame.h:10
int errorType
Definition Mp4ErrorFrame.h:35
std::string errorMsg
Definition Mp4ErrorFrame.h:39
Mp4ErrorFrame()
Definition Mp4ErrorFrame.h:13
Mp4ErrorFrame(int _errorType, int _errorCode, std::string &_errorMsg, int _openErrorCode, uint64_t &_errorMp4TS)
Definition Mp4ErrorFrame.h:21
bool isMp4ErrorFrame()
Definition Mp4ErrorFrame.h:30
int errorCode
Definition Mp4ErrorFrame.h:36
uint64_t errorMp4TS
Definition Mp4ErrorFrame.h:37
Mp4ErrorFrame(int _errorType, int _errorCode, std::string &_errorMsg)
Definition Mp4ErrorFrame.h:14
int openErrorCode
Definition Mp4ErrorFrame.h:38