GstRTPPayloadInfo

Structure holding default payload type information.

Members

Variables

GstReserved
void*[4] GstReserved;
bitrate
uint bitrate;

the bitrate of the media. 0 = unknown/variable.

clockRate
uint clockRate;

default clock rate, 0 = unknown/variable

encodingName
const(char)* encodingName;

the encoding name of @pt

encodingParameters
const(char)* encodingParameters;

encoding parameters. For audio this is the number of channels. NULL = not applicable.

media
const(char)* media;

the media type(s), usually "audio", "video", "application", "text", "message".

payloadType
ubyte payloadType;

payload type, -1 means dynamic