Microsoft DirectX 9.0

MSVidStreamBufferSource.UnratedDelay

This topic applies to Windows XP Service Pack 1 only.

The UnratedDelay property specifies how long the Video Control will play unrated content before blocking it, in milliseconds. This property is ignored unless the BlockUnrated property is set to True.

Syntax

objSBESource.UnratedDelay As Long

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

No return value.

Remarks

This property is write-only.

See Also