|
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 |
References vlc_sdp_pt::channel_count, vlc_sdp_pt::clock_rate, vlc_sdp_pt::name, vlc_rtp_pt::ops, rtp_opus_ops, vlc_ascii_strcasecmp(), VLC_ENOTSUP, VLC_SUCCESS, and VLC_UNUSED.
Referenced by vlc_entry__MODULE_NAME().
| int vlc_entry__MODULE_NAME | ( | vlc_set_cb | vlc_set, |
| void * | opaque ) |
References add_shortcut, N_, rtp_opus_open(), set_description, set_rtp_parser_callback, set_shortname, set_subcategory, and SUBCAT_INPUT_DEMUX.
| const char * vlc_entry_api_version__MODULE_NAME | ( | void | ) |
References vlc_module_end.
|
static |
Referenced by rtp_opus_open().