VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_rtp_es_operations Struct Reference

RTP abstract output stream operations. More...

#include <rtp.h>

Data Fields

void(* destroy )(struct vlc_rtp_es *es)
 Destroys the corresponding vlc_rtp_es.
 
void(* send )(struct vlc_rtp_es *es, block_t *block)
 Passes data for processing to a vlc_rtp_es.
 

Detailed Description

RTP abstract output stream operations.

This structures contains the callbacks provided by an RTP ES (vlc_rtp_pt).

Field Documentation

◆ destroy

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().

◆ send

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().


The documentation for this struct was generated from the following file: