Microsoft DirectX 9.0

MSVidStreamBufferSink.ContentRecorder

This topic applies to Windows XP Service Pack 1 only.

The ContentRecorder property creates a new content recording object.

Syntax

objSBESink.ContentRecorder(
    szFilename As MSVidStreamBufferRecordingControl 
) As Boolean

Parameters

szFilename

Specifies the name of the file to hold the recording.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

Returns a new MSVidStreamBufferRecordingControl object. Use this object to start and stop the recording.

Remarks

This property is read-only.

See Also