|
ReactOS 0.4.17-dev-934-g091855f
|

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 |
Definition at line 26 of file audiorecord.c.
| HWAVEIN audio_record::device |
Definition at line 37 of file audiorecord.c.
| HANDLE audio_record::event |
Definition at line 38 of file audiorecord.c.
| struct strmbase_filter audio_record::filter |
Definition at line 28 of file audiorecord.c.
| AM_MEDIA_TYPE audio_record::format |
Definition at line 48 of file audiorecord.c.
Referenced by fill_media_type().
| IAMBufferNegotiation audio_record::IAMBufferNegotiation_iface |
Definition at line 32 of file audiorecord.c.
Referenced by impl_from_IAMBufferNegotiation().
| IAMStreamConfig audio_record::IAMStreamConfig_iface |
Definition at line 33 of file audiorecord.c.
Referenced by impl_from_IAMStreamConfig().
Definition at line 36 of file audiorecord.c.
| IKsPropertySet audio_record::IKsPropertySet_iface |
Definition at line 34 of file audiorecord.c.
Referenced by impl_from_IKsPropertySet().
| IPersistPropertyBag audio_record::IPersistPropertyBag_iface |
Definition at line 29 of file audiorecord.c.
Referenced by impl_from_IPersistPropertyBag().
| ALLOCATOR_PROPERTIES audio_record::props |
Definition at line 49 of file audiorecord.c.
| struct strmbase_source audio_record::source |
Definition at line 31 of file audiorecord.c.
| FILTER_STATE audio_record::state |
Definition at line 44 of file audiorecord.c.
| CRITICAL_SECTION audio_record::state_cs |
Definition at line 46 of file audiorecord.c.
| CONDITION_VARIABLE audio_record::state_cv |
Definition at line 45 of file audiorecord.c.
| HANDLE audio_record::thread |
Definition at line 39 of file audiorecord.c.