struct EncoderPacket

EncoderPacket. More...

Full nameCoral::EncoderPacket
Definition#include <encoderinterface.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members


Detailed Description

This structure contains packet information for getNextPacket() call.

void* Buffer

Buffer to write packet payload into.

cardinal MaxLength

Maximum length of payload to be written into Buffer.

cardinal Layer

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

card8 PayloadType

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

bool Marker

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