VLC  4.0.0-dev
Data Fields
Collaboration diagram for vout_display_t:
Collaboration graph
[legend]

Data Fields

struct vlc_object_t obj
 
const vout_display_cfg_tcfg
 
video_format_t source
 
video_format_t fmt
 
vout_display_info_t info
 
picture_pool_t *(* pool )(vout_display_t *, unsigned count)
 
void(* prepare )(vout_display_t *, picture_t *, subpicture_t *, vlc_tick_t date)
 
void(* display )(vout_display_t *, picture_t *)
 
int(* control )(vout_display_t *, int, va_list)
 
void(* close )(vout_display_t *)
 Destroys the display. More...
 
vout_display_sys_tsys
 
vout_display_owner_t owner
 

Field Documentation

◆ cfg

const vout_display_cfg_t* vout_display_t::cfg

◆ close

void(* vout_display_t::close) (vout_display_t *)

Destroys the display.

Referenced by vout_display_Delete(), and vout_display_New().

◆ control

int(* vout_display_t::control) (vout_display_t *, int, va_list)

◆ display

void(* vout_display_t::display) (vout_display_t *, picture_t *)

◆ fmt

video_format_t vout_display_t::fmt

◆ info

vout_display_info_t vout_display_t::info

◆ obj

struct vlc_object_t vout_display_t::obj

Referenced by vout_display_start().

◆ owner

vout_display_owner_t vout_display_t::owner

◆ pool

picture_pool_t*(* vout_display_t::pool) (vout_display_t *, unsigned count)

◆ prepare

void(* vout_display_t::prepare) (vout_display_t *, picture_t *, subpicture_t *, vlc_tick_t date)

◆ source

video_format_t vout_display_t::source

◆ sys

vout_display_sys_t* vout_display_t::sys

Referenced by vout_display_New().


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