VLC 4.0.0-dev
|
Real-Time Protocol Opus payload format parser. More...
Functions | |
static void * | rtp_opus_init (struct vlc_rtp_pt *pt) |
static void | rtp_opus_destroy (struct vlc_rtp_pt *pt, void *data) |
static void | rtp_opus_decode (struct vlc_rtp_pt *pt, void *data, block_t *block, const struct vlc_rtp_pktinfo *restrict info) |
static int | rtp_opus_open (vlc_object_t *obj, struct vlc_rtp_pt *pt, const struct vlc_sdp_pt *desc) |
int | vlc_entry__MODULE_NAME (vlc_set_cb vlc_set, void *opaque) |
const char * | vlc_entry_api_version__MODULE_NAME (void) |
Variables | |
static const struct vlc_rtp_pt_operations | rtp_opus_ops |
Real-Time Protocol Opus payload format parser.
|
static |
References block_Release, vlc_frame_t::i_buffer, vlc_rtp_es_send(), and VLC_UNUSED.
|
static |
References vlc_rtp_es_destroy(), and VLC_UNUSED.
|
static |
|
static |
int vlc_entry__MODULE_NAME | ( | vlc_set_cb | vlc_set, |
void * | opaque | ||
) |
const char * vlc_entry_api_version__MODULE_NAME | ( | void | ) |
|
static |
Referenced by rtp_opus_open().