VLC 4.0.0-dev
|
Payload type mapping. More...
#include <rtp.h>
Data Fields | |
const struct vlc_sdp_media * | media |
Containant SDP media description. More... | |
char | name [16] |
RTP payload format name, i.e. More... | |
unsigned int | clock_rate |
RTP clock rate (in Hertz) More... | |
unsigned char | channel_count |
Number of channels (0 if unspecified) More... | |
const char * | parameters |
Format parameters from the a=fmtp line. More... | |
Payload type mapping.
This structure represents an RTP payload type mapping for an RTP payload format extracted from an Session Description Protocol description.
unsigned char vlc_sdp_pt::channel_count |
Number of channels (0 if unspecified)
Referenced by rtp_opus_open(), rtp_pcm_open(), vlc_rtp_add_media_types(), vlc_rtp_pt_create(), and vlc_rtp_set_default_types().
unsigned int vlc_sdp_pt::clock_rate |
RTP clock rate (in Hertz)
Referenced by rtp_opus_open(), vlc_rtp_add_media_types(), vlc_rtp_pt_create(), and vlc_rtp_set_default_types().
const struct vlc_sdp_media* vlc_sdp_pt::media |
Containant SDP media description.
Referenced by vlc_rtp_add_media_types(), vlc_rtp_pt_create(), and vlc_rtp_set_default_types().
char vlc_sdp_pt::name[16] |
RTP payload format name, i.e.
MIME subtype
Referenced by rtp_ac3_open(), rtp_h264_open(), rtp_mpeg12_open(), rtp_opus_open(), rtp_pcm_open(), rtp_raw_open(), vlc_rtp_add_media_types(), vlc_rtp_pt_create(), and vlc_rtp_set_default_types().
const char* vlc_sdp_pt::parameters |
Format parameters from the a=fmtp line.
Referenced by rtp_h264_open(), vlc_rtp_add_media_types(), and vlc_sdp_fmtp_get_str().