IMSVidStreamBufferRecordingControl interface (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

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:

Inheritance

The IMSVidStreamBufferRecordingControl interface inherits from the IDispatch interface. IMSVidStreamBufferRecordingControl also has these types of members:

Methods

The IMSVidStreamBufferRecordingControl interface has these methods.

 
IMSVidStreamBufferRecordingControl::get_RecordingAttribute

The get_RecordingAttribute method retrieves the stream buffer Recording object that is controlled by this interface.
IMSVidStreamBufferRecordingControl::get_RecordingStarted

The get_RecordingStarted method queries whether the recording has started.
IMSVidStreamBufferRecordingControl::get_RecordingStopped

The get_RecordingStopped method queries whether the recording has stopped.
IMSVidStreamBufferRecordingControl::get_RecordingType

The get_RecordingType method retrieves the type of recording, either content recording or reference recording.
IMSVidStreamBufferRecordingControl::get_StartTime

The get_StartTime method retrieves the start time of the recording.
IMSVidStreamBufferRecordingControl::get_StopTime

The get_StopTime method retrieves the stop time of the recording.
IMSVidStreamBufferRecordingControl::put_StartTime

The put_StartTime method sets the start time for the recording.
IMSVidStreamBufferRecordingControl::put_StopTime

The put_StopTime method sets the stop time for the recording.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IMSVidStreamBufferRecordingControl).

Requirements

Requirement Value
Minimum supported client Windows�XP with SP1 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IDispatch

Video Control Interfaces