Microsoft DirectX 9.0

MSVidStreamBufferSink.SinkName

This topic applies to Windows XP Service Pack 1 only.

The SinkName property sets and retrieves the name of the stub file that points to the backing files.

Syntax

objSBESink.SinkName As String

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 the file name.

Remarks

Set this property before calling NameSetLock and while the graph is stopped.

This property is read/write.

See Also