|
ApraPipes 1.0
|


Public Member Functions | |
| DetailJpeg (Mp4WriterSinkProps &_props) | |
| bool | set_video_decoder_config () |
| bool | write (frame_container &frames) |
Public Member Functions inherited from DetailAbs | |
| DetailAbs (Mp4WriterSinkProps &_props) | |
| void | setProps (Mp4WriterSinkProps &_props) |
| ~DetailAbs () | |
| void | setImageMetadata (framemetadata_sp &metadata) |
| bool | enableMetadata (std::string &formatVersion) |
| void | initNewMp4File (std::string &filename) |
| bool | attemptFileClose () |
| bool | shouldTriggerSOS () |
| void | addMetadataInVideoHeader (frame_sp inFrame) |
Additional Inherited Members | |
Public Attributes inherited from DetailAbs | |
| boost::shared_ptr< Mp4WriterSinkProps > | mProps |
| bool | mMetadataEnabled = false |
| bool | isKeyFrame |
| struct mp4_mux * | mux |
| bool | syncFlag = false |
Protected Attributes inherited from DetailAbs | |
| int | videotrack |
| int | metatrack |
| int | audiotrack |
| int | current_track |
| uint64_t | now |
| struct mp4_mux_track_params params | metatrack_params |
| struct mp4_video_decoder_config | vdc |
| struct mp4_mux_sample | mux_sample |
| struct mp4_mux_prepend_buffer | prepend_buffer |
| struct mp4_track_sample | sample |
| int | mHeight |
| int | mWidth |
| short | mFrameType |
| Mp4WriterSinkUtils | mWriterSinkUtils |
| std::string | mNextFrameFileName |
| std::string | mSerFormatVersion |
| framemetadata_sp | mInputMetadata |
| uint64_t | lastFrameTS = 0 |
| boost::shared_ptr< DTSCalcStrategy > | mDTSCalc = nullptr |
|
inline |
|
inlinevirtual |
Implements DetailAbs.
|
virtual |