Microsoft DirectX 9.0

MSVidStreamBufferSink.ReferenceRecorder

This topic applies to Windows XP Service Pack 1 only.

The ReferenceRecorder property creates a new reference recording object.

Syntax

objSBESink.ReferenceRecorder(
    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