VLC  3.0.15
Data Fields
filter_owner_t Struct Reference
Collaboration diagram for filter_owner_t:
Collaboration graph
[legend]

Data Fields

void * sys
 
union {
   struct {
      picture_t *(*   buffer_new )(filter_t *)
 
   }   video
 
   struct {
      subpicture_t *(*   buffer_new )(filter_t *)
 
   }   sub
 
}; 
 

Field Documentation

◆ @167

union { ... }

◆ buffer_new [1/2]

picture_t*(* filter_owner_t::buffer_new) (filter_t *)

◆ buffer_new [2/2]

subpicture_t*(* filter_owner_t::buffer_new) (filter_t *)

◆ sub

struct { ... } filter_owner_t::sub

◆ sys

void* filter_owner_t::sys

◆ video

struct { ... } filter_owner_t::video

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