|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| IAMMediaStream | IAMMediaStream_iface |
| IPin | IPin_iface |
| LONG | refcount |
| GUID | mspid |
| IAMMultiMediaStream * | mmstream |
| IMediaStreamFilter * | filter |
| IFilterGraph * | graph |
| FILTER_STATE | state |
| HRESULT | set_state_result |
Definition at line 696 of file amstream.c.
| IMediaStreamFilter* teststream::filter |
Definition at line 703 of file amstream.c.
Referenced by check_mediastreamfilter_state(), stream_JoinFilter(), test_add_stream(), test_enum_pins(), test_find_pin(), and test_pin_info().
| IFilterGraph* teststream::graph |
Definition at line 704 of file amstream.c.
Referenced by stream_JoinFilterGraph(), and test_add_stream().
| IAMMediaStream teststream::IAMMediaStream_iface |
Definition at line 698 of file amstream.c.
Referenced by impl_from_IAMMediaStream().
| IPin teststream::IPin_iface |
Definition at line 699 of file amstream.c.
Referenced by impl_from_IPin().
| IAMMultiMediaStream* teststream::mmstream |
Definition at line 702 of file amstream.c.
Referenced by check_enum_stream_(), check_mediastreamfilter_state(), stream_JoinAMMultiMediaStream(), test_add_stream(), test_enum_pins(), test_find_pin(), test_mediastreamfilter_support_seeking(), and test_pin_info().
| GUID teststream::mspid |
Definition at line 701 of file amstream.c.
Referenced by check_mediastreamfilter_state().
| LONG teststream::refcount |
Definition at line 700 of file amstream.c.
Referenced by check_mediastreamfilter_state(), and test_add_stream().
| HRESULT teststream::set_state_result |
Definition at line 706 of file amstream.c.
Referenced by check_mediastreamfilter_state().
| FILTER_STATE teststream::state |
Definition at line 705 of file amstream.c.
Referenced by check_mediastreamfilter_state().