VLC 4.0.0-dev
Loading...
Searching...
No Matches

RTP payload type. More...

#include <rtp.h>

Collaboration diagram for vlc_rtp_pt:
[legend]

Data Fields

const struct vlc_rtp_pt_operationsops
 Payload format callbacks.
 
void * opaque
 Private data pointer.
 
struct vlc_rtp_pt_owner owner
 
uint32_t frequency
 RTP clock rate (Hz)
 
uint8_t number
 RTP payload type number within the session (0-127)
 
uint8_t channel_count
 Channel count (zero if unspecified)
 

Detailed Description

RTP payload type.

This structures represents a payload format within an RTP session (rtp_session_t).

Field Documentation

◆ channel_count

uint8_t vlc_rtp_pt::channel_count

Channel count (zero if unspecified)

Referenced by rtp_ac3_begin(), and vlc_rtp_pt_create().

◆ frequency

uint32_t vlc_rtp_pt::frequency

◆ number

uint8_t vlc_rtp_pt::number

RTP payload type number within the session (0-127)

Referenced by rtp_find_ptype(), and vlc_rtp_add_media_types().

◆ opaque

◆ ops

◆ owner


The documentation for this struct was generated from the following file: