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

#include <vlc_filter.h>

Collaboration diagram for filter_owner_t:
[legend]

Data Fields

union { 
 
   const struct filter_video_callbacks *   video 
 
   const struct filter_audio_callbacks *   audio 
 
   const struct filter_subpicture_callbacks *   sub 
 
};  
 
int(* pf_get_attachments )(filter_t *, input_attachment_t ***, int *)
 
void * sys
 

Field Documentation

◆ [union]

union { ... } filter_owner_t

◆ audio

const struct filter_audio_callbacks* filter_owner_t::audio

◆ pf_get_attachments

int(* filter_owner_t::pf_get_attachments) (filter_t *, input_attachment_t ***, int *)

◆ sub

const struct filter_subpicture_callbacks* filter_owner_t::sub

◆ sys

◆ video


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