|
VLC 4.0.0-dev
|
RTP payload type owner. More...
#include <rtp.h>
Data Fields | |
| const struct vlc_rtp_pt_owner_operations * | ops |
| Owner callbacks. | |
| void * | data |
| Owner private data. | |
RTP payload type owner.
This structure embedded in vlc_rtp_pt conveys the callbacks provided by the owner of a payload type.
| void* vlc_rtp_pt_owner::data |
Owner private data.
Referenced by vlc_rtp_es_request(), vlc_rtp_mux_request(), vlc_rtp_pt_decode(), and vlc_rtp_pt_end().
| const struct vlc_rtp_pt_owner_operations* vlc_rtp_pt_owner::ops |
Owner callbacks.
Referenced by vlc_rtp_pt_request_es(), and vlc_rtp_pt_request_mux().