RTP Audio System  2.0.0
EncoderPacket Struct Reference

EncoderPacket. More...

#include <encoderinterface.h>

List of all members.

Public Attributes

void * Buffer
cardinal MaxLength
cardinal Layer
card8 PayloadType
bool Marker
card8 ErrorCode

Detailed Description

EncoderPacket.

This structure contains packet information for getNextPacket() call.

Author:
Thomas Dreibholz
Version:
1.0

Member Data Documentation

Buffer to write packet payload into.

The packet's error code. If greater than ME_UnrecoverableError, the packet may sent even in case of exceeded traffic shaper buffer!

The packet's layer number, to be set within getNextPacket().

The packet's marker, to be set within getNextPacket().

Maximum length of payload to be written into Buffer.

The packet's payload type, to be set within getNextPacket().


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