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

Public Attributes

struct strmbase_filter filter
 
IPersistPropertyBag IPersistPropertyBag_iface
 
struct strmbase_source source
 
IAMBufferNegotiation IAMBufferNegotiation_iface
 
IAMStreamConfig IAMStreamConfig_iface
 
IKsPropertySet IKsPropertySet_iface
 
unsigned int id
 
HWAVEIN device
 
HANDLE event
 
HANDLE thread
 
FILTER_STATE state
 
CONDITION_VARIABLE state_cv
 
CRITICAL_SECTION state_cs
 
AM_MEDIA_TYPE format
 
ALLOCATOR_PROPERTIES props
 

Detailed Description

Definition at line 26 of file audiorecord.c.

Member Data Documentation

◆ device

HWAVEIN audio_record::device

Definition at line 37 of file audiorecord.c.

◆ event

HANDLE audio_record::event

Definition at line 38 of file audiorecord.c.

◆ filter

struct strmbase_filter audio_record::filter

Definition at line 28 of file audiorecord.c.

◆ format

AM_MEDIA_TYPE audio_record::format

Definition at line 48 of file audiorecord.c.

Referenced by fill_media_type().

◆ IAMBufferNegotiation_iface

IAMBufferNegotiation audio_record::IAMBufferNegotiation_iface

Definition at line 32 of file audiorecord.c.

Referenced by impl_from_IAMBufferNegotiation().

◆ IAMStreamConfig_iface

IAMStreamConfig audio_record::IAMStreamConfig_iface

Definition at line 33 of file audiorecord.c.

Referenced by impl_from_IAMStreamConfig().

◆ id

unsigned int audio_record::id

Definition at line 36 of file audiorecord.c.

◆ IKsPropertySet_iface

IKsPropertySet audio_record::IKsPropertySet_iface

Definition at line 34 of file audiorecord.c.

Referenced by impl_from_IKsPropertySet().

◆ IPersistPropertyBag_iface

IPersistPropertyBag audio_record::IPersistPropertyBag_iface

Definition at line 29 of file audiorecord.c.

Referenced by impl_from_IPersistPropertyBag().

◆ props

ALLOCATOR_PROPERTIES audio_record::props

Definition at line 49 of file audiorecord.c.

◆ source

struct strmbase_source audio_record::source

Definition at line 31 of file audiorecord.c.

◆ state

FILTER_STATE audio_record::state

Definition at line 44 of file audiorecord.c.

◆ state_cs

CRITICAL_SECTION audio_record::state_cs

Definition at line 46 of file audiorecord.c.

◆ state_cv

CONDITION_VARIABLE audio_record::state_cv

Definition at line 45 of file audiorecord.c.

◆ thread

HANDLE audio_record::thread

Definition at line 39 of file audiorecord.c.


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