H264Frame.h
Go to the documentation of this file.
DB_EDGEVIS_SDK byte_array GetBytes() const
Get a pointer to the byte array representing the entire H264Frame.
An H264Frame object provides H.264 (Annex B) data from the MediaStream to the applicaiton.
Definition: H264Frame.h:32
The VideoData class extends the StreamData class and is a base class for all types of video data prov...
Definition: VideoData.h:35
This is the base class for the StreamData objects.
Definition: StreamData.h:27
DB_EDGEVIS_SDK std::wstring GetSDP() const
Retrieve the Session Description Protocol including SPS and PPS for this H.264 frame.
DB_EDGEVIS_SDK H264FrameType GetFrameType() const
Determine the type of this H.264 frame.
DB_EDGEVIS_SDK int32_t GetLength() const
Will return the length of the byte array representing the H.264 frame.
The EdgeVis Decoder SDK namespace.
H264FrameType
H.264 frame types that may be provided by the MediaStream.
Definition: H264FrameTypes.h:22