IMSVidStreamBufferRecordingControl Interface
Microsoft DirectShow 9.0 |
IMSVidStreamBufferRecordingControl Interface
This topic applies to Windows XP Service Pack 1 or later.
The IMSVidStreamBufferRecordingControl interface enables an application to manage a stream buffer recording object through the Video Control. To obtain this interface, call one of the following methods:
In addition to the methods inherited from IDispatch, the IMSVidStreamBufferRecordingControl interface exposes the following methods.
Method | Description |
get_RecordingAttribute | Retrieves the recording object that is controlled by this interface. |
get_RecordingStarted | Queries whether the recording has started. |
get_RecordingStopped | Queries whether the recording has stopped. |
get_RecordingType | Retrieves the type of recording, either content recording or reference recording. |
get_StartTime | Retrieves the start time of the recording. |
get_StopTime | Retrieves the stop time of the recording. |
put_StartTime | Sets the start time for the recording. |
put_StopTime | Sets the stop time for the recording. |
See Also