RTCPCompoundHandler_APPPacket

Langue: en

Autres versions - même langue

Version: 344686 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

RTCPCompoundHandler::APPPacket -

Struct for APP (application specific) RTCP packets.

SYNOPSIS


#include <rtcppkt.h>

Public Attributes


uint32 ssrc
ssrc identifier of source.
char name [4]
Name of the APP packet, interpreted as a sequence of four characters.
unsigned char data [1]
application dependent data.

Detailed Description

Struct for APP (application specific) RTCP packets.

Member Data Documentation

unsigned char RTCPCompoundHandler::APPPacket::data[1]

application dependent data.

char RTCPCompoundHandler::APPPacket::name[4]

Name of the APP packet, interpreted as a sequence of four characters.

uint32 RTCPCompoundHandler::APPPacket::ssrc

ssrc identifier of source.

Author

Generated automatically by Doxygen for ccRTP from the source code.