ReactOS 0.4.17-dev-934-g091855f
graph Struct Reference
Collaboration diagram for graph:

Public Attributes

IDirectMusicGraph IDirectMusicGraph_iface
 
struct dmobject dmobj
 
LONG ref
 
struct list tools
 
IFilterGraph2 IFilterGraph2_iface
 
IMediaEventSink IMediaEventSink_iface
 
IUnknown * inner_unk
 
IFilterGraph2 * inner
 
IMediaEventSink * inner_event_sink
 
LONG refcount
 
unsigned int got_add_filter
 
IBaseFilter * filter
 
WCHAR filter_name [128]
 
unsigned int got_notify
 
LONG event_code
 
LONG_PTR event_param1
 
LONG_PTR event_param2
 

Detailed Description

Definition at line 31 of file graph.c.

Member Data Documentation

◆ dmobj

struct dmobject graph::dmobj

Definition at line 34 of file graph.c.

Referenced by impl_from_IPersistStream().

◆ event_code

◆ event_param1

LONG_PTR graph::event_param1

Definition at line 2179 of file amstream.c.

Referenced by event_sink_Notify().

◆ event_param2

LONG_PTR graph::event_param2

Definition at line 2180 of file amstream.c.

Referenced by event_sink_Notify().

◆ filter

IBaseFilter* graph::filter

Definition at line 2175 of file amstream.c.

Referenced by graph_AddFilter(), test_initialize(), and test_mediastreamfilter_get_state().

◆ filter_name

WCHAR graph::filter_name[128]

Definition at line 2176 of file amstream.c.

Referenced by graph_AddFilter(), and test_initialize().

◆ got_add_filter

unsigned int graph::got_add_filter

Definition at line 2174 of file amstream.c.

Referenced by graph_AddFilter(), and test_initialize().

◆ got_notify

◆ IDirectMusicGraph_iface

IDirectMusicGraph graph::IDirectMusicGraph_iface

Definition at line 33 of file graph.c.

Referenced by impl_from_IDirectMusicGraph().

◆ IFilterGraph2_iface

◆ IMediaEventSink_iface

IMediaEventSink graph::IMediaEventSink_iface

Definition at line 2169 of file amstream.c.

Referenced by graph_init(), graph_QueryInterface(), and impl_from_IMediaEventSink().

◆ inner

◆ inner_event_sink

IMediaEventSink* graph::inner_event_sink

Definition at line 2172 of file amstream.c.

Referenced by event_sink_Notify(), graph_destroy(), and graph_init().

◆ inner_unk

IUnknown* graph::inner_unk

Definition at line 2170 of file amstream.c.

Referenced by graph_destroy(), graph_init(), and graph_QueryInterface().

◆ ref

◆ refcount

◆ tools

struct list graph::tools

Definition at line 37 of file graph.c.


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