ReactOS 0.4.17-dev-934-g091855f
video_window Struct Reference

#include <quartz_private.h>

Collaboration diagram for video_window:

Public Attributes

IVideoWindow IVideoWindow_iface
 
IBasicVideo IBasicVideo_iface
 
RECT src
 
RECT dst
 
BOOL default_dst
 
BOOL AutoShow
 
HWND hwnd
 
HWND hwndDrain
 
HWND hwndOwner
 
struct strmbase_filter * pFilter
 
struct strmbase_pin * pPin
 
const struct video_window_ops * ops
 

Detailed Description

Definition at line 81 of file quartz_private.h.

Member Data Documentation

◆ AutoShow

BOOL video_window::AutoShow

◆ default_dst

BOOL video_window::default_dst

Definition at line 87 of file quartz_private.h.

◆ dst

RECT video_window::dst

Definition at line 86 of file quartz_private.h.

◆ hwnd

HWND video_window::hwnd

Definition at line 90 of file quartz_private.h.

◆ hwndDrain

HWND video_window::hwndDrain

Definition at line 91 of file quartz_private.h.

◆ hwndOwner

HWND video_window::hwndOwner

Definition at line 92 of file quartz_private.h.

◆ IBasicVideo_iface

IBasicVideo video_window::IBasicVideo_iface

Definition at line 84 of file quartz_private.h.

Referenced by impl_from_IBasicVideo().

◆ IVideoWindow_iface

IVideoWindow video_window::IVideoWindow_iface

Definition at line 83 of file quartz_private.h.

Referenced by impl_from_IVideoWindow().

◆ ops

const struct video_window_ops* video_window::ops

Definition at line 95 of file quartz_private.h.

Referenced by video_window_init().

◆ pFilter

struct strmbase_filter* video_window::pFilter

Definition at line 93 of file quartz_private.h.

◆ pPin

struct strmbase_pin* video_window::pPin

Definition at line 94 of file quartz_private.h.

◆ src

RECT video_window::src

Definition at line 86 of file quartz_private.h.


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