ReadyState Property

 
Microsoft DirectShow 9.0

ReadyState Property

This component is available for use in the Microsoft Windows 2000, Windows XP, and Windows Server 2003 operating systems. It may be altered or unavailable in subsequent versions.

The ReadyState property retrieves the ReadyState of the MSWebDVD object.

Syntax

[ iReadyState = ] MSWebDVD.ReadyState

Return Values

Returns an integer value representing the control's ReadyState

Return code Description
0 Default initialization state.
1 Object is loading its properties.
2 Object has been initialized.
3 Object is interactive, but not all its data is available.
4 Object has received all its data.

Remarks

This property is read-only with no default value.

Any object embedded in a Web page exposes the ReadyState property.