MillicastSDK 2.0.0
|
This class is just a shell, it is currently not functional. It represents SEI Pic timing timecode messages as specified by the H264 standard. More...
#include <metadata.h>
Classes | |
struct | TimeCode |
Struture describing the time code passed in SeiMessage. More... | |
Public Member Functions | |
SeiMessageType | type () const final |
SeiPicTiming * | sei_pic_timing_message () override |
Get the SeiMessage as PicTimingSeiMessage. This will only work if the type of the message is SeiMessageType::PIC_TIMING. | |
virtual std::vector< TimeCode > | timecodes () const =0 |
Provides the timecode information inside the pic timing message. | |
This class is just a shell, it is currently not functional. It represents SEI Pic timing timecode messages as specified by the H264 standard.
|
overridevirtual |
Get the SeiMessage as PicTimingSeiMessage. This will only work if the type of the message is SeiMessageType::PIC_TIMING.
Reimplemented from millicast::SeiMessage.
|
pure virtual |
Provides the timecode information inside the pic timing message.
|
finalvirtual |
Get the type of this Sei Message.
Implements millicast::SeiMessage.