Microsoft DirectX 9.0

MSVidStreamBufferRecordingControl.RecordingType

This topic applies to Windows XP Service Pack 1 only.

The RecordingType property retrieves the type of recording, either content recording or reference recording.

Syntax

objSBERecording.RecordingType As RecordingType

Parameters

This property takes no parameters.

Error Codes

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

Return Values

Returns one of the following constants.

Constant Value Description
CONTENT 0 Content recording.
REFERENCE 1 Reference recording.

Remarks

This property is read-only.

See Also