VLC 4.0.0-dev
Loading...
Searching...
No Matches

RTP payload type owner. More...

#include <rtp.h>

Collaboration diagram for vlc_rtp_pt_owner:
[legend]

Data Fields

const struct vlc_rtp_pt_owner_operationsops
 Owner callbacks.
 
void * data
 Owner private data.
 

Detailed Description

RTP payload type owner.

This structure embedded in vlc_rtp_pt conveys the callbacks provided by the owner of a payload type.

Field Documentation

◆ data

void* vlc_rtp_pt_owner::data

◆ ops

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


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