VLC 4.0.0-dev
|
RTP abstract output stream operations. More...
#include <rtp.h>
Data Fields | |
void(* | destroy )(struct vlc_rtp_es *es) |
Destroys the corresponding vlc_rtp_es. More... | |
void(* | send )(struct vlc_rtp_es *es, block_t *block) |
Passes data for processing to a vlc_rtp_es. More... | |
RTP abstract output stream operations.
This structures contains the callbacks provided by an RTP ES (vlc_rtp_pt).
void(* vlc_rtp_es_operations::destroy) (struct vlc_rtp_es *es) |
Destroys the corresponding vlc_rtp_es.
Use vlc_rtp_es_destroy() instead.
Referenced by vlc_rtp_es_destroy().
void(* vlc_rtp_es_operations::send) (struct vlc_rtp_es *es, block_t *block) |
Passes data for processing to a vlc_rtp_es.
Use vlc_rtp_es_send() instead.
Referenced by vlc_rtp_es_send().