RTP Audio System  2.0.0
DecoderPacket Struct Reference

DecoderPacket. More...

#include <decoderinterface.h>

List of all members.

Public Attributes

void * Buffer
cardinal Length
card16 SequenceNumber
card32 TimeStamp
card8 PayloadType
bool Marker
SourceStateInfo ** SSIArray
cardinal Layer
cardinal Layers

Detailed Description

DecoderPacket.

This structure contains packet information for handleNextPacket() call.

Author:
Thomas Dreibholz
Version:
1.0

Member Data Documentation

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines