RTP Audio System
2.0.0
|
#include <decoderinterface.h>
Public Attributes | |
void * | Buffer |
cardinal | Length |
card16 | SequenceNumber |
card32 | TimeStamp |
card8 | PayloadType |
bool | Marker |
SourceStateInfo ** | SSIArray |
cardinal | Layer |
cardinal | Layers |
void* DecoderPacket::Buffer |
Buffer to write packet payload into.
The packet's layer number, to be set within handleNextPacket(). This is used in RTPReceiver to decide to which layer the packet's FlowInfo belongs. Set Layer (cardinal)-1, if the packet does not belong to a layer, is invalid etc.
The number of layers of the packet's encoding quality, to be set within handleNextPacket(). Set to (cardinal)-1, if the packet does not belong to a layer, is invalid etc.
Maximum length of payload to be written into Buffer.
The packet's marker.
The packet's payload type.
The packet's sequence number.
Source state info array for packet validation within handleNextPacket().
The packet's time stamp.