IMSVidStreamBufferRecordingControl::get_RecordingStarted
Microsoft DirectShow 9.0 |
IMSVidStreamBufferRecordingControl::get_RecordingStarted
This topic applies to Windows XP Service Pack 1 or later.
The get_RecordingStarted method queries whether the recording has started.
Syntax
HRESULT get_RecordingStarted( VARIANT_BOOL* phResult );
Parameters
phResult
[out] Pointer to a variable that receives one of the following values.
Value | Description |
VARIANT_FALSE | The recording has not started. |
VARIANT_TRUE | The recording has started. |
Return Values
The method returns an HRESULT. Possible values include the following.
Value | Description |
S_OK | The method succeeded. |
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also