|
VLC 4.0.0-dev
|
SDP format parameters (fmtp) helpers. More...
Go to the source code of this file.
Macros | |
| #define | vlc_sdp_fmtp_get(desc, name, vp) |
Functions | |
| static const char * | vlc_sdp_fmtp_get_str (const struct vlc_sdp_pt *desc, const char *name, size_t *restrict lenp) |
| static int | vlc_sdp_fmtp_get_ull (const struct vlc_sdp_pt *desc, const char *name, unsigned long long *restrict res) |
| static int | vlc_sdp_fmtp_get_u16 (const struct vlc_sdp_pt *desc, const char *name, uint16_t *restrict res) |
| static int | vlc_sdp_fmtp_get_u8 (const struct vlc_sdp_pt *desc, const char *name, uint8_t *restrict res) |
SDP format parameters (fmtp) helpers.
| #define vlc_sdp_fmtp_get | ( | desc, | |
| name, | |||
| vp | |||
| ) |
|
inlinestatic |
References name, p, vlc_sdp_pt::parameters, and vlc_ascii_strncasecmp().
Referenced by rtp_h264_open(), rtp_h265_open(), rtp_mpeg4_open(), rtp_raw_open(), and vlc_sdp_fmtp_get_ull().
|
inlinestatic |
References name, and vlc_sdp_fmtp_get_ull().
|
inlinestatic |
References name, and vlc_sdp_fmtp_get_ull().
|
static |
References name, and vlc_sdp_fmtp_get_str().
Referenced by vlc_sdp_fmtp_get_u16(), and vlc_sdp_fmtp_get_u8().