Description | Hierarchy | Fields | Methods | Properties |
type TAdMediaPacket = record
Represents an decoded media package that is recived from the decoder.
StreamType: TAdMediaStreamType; |
StreamIndex: integer; |
Timecode: TAdVideoPosition; |
Info: array[0..127] of Byte; |
BufferSize: integer; |
Buffer: PByte; |
StreamType: TAdMediaStreamType; |
Type of the decoded data. |
StreamIndex: integer; |
Stream the packet belongs to. |
Timecode: TAdVideoPosition; |
Position of the packet on the video timeline. |
Info: array[0..127] of Byte; |
May contains information about the video. |
BufferSize: integer; |
Size of the buffer. |
Buffer: PByte; |
Pointer to the buffer. |