MSVidWebDVD.AnglesAvailable Property

Note  This topic applies to Windows XP Service Pack 1 or later.

The AnglesAvailable property retrieves the number of angles currently available.

VidWebDVD.AnglesAvailable as Long

Parameters

This property takes no parameters.

Return Value

Returns a long value from 1 through 9 representing the number of angles currently available. If the return value is 1, there is no angle block at the current location.

Error Codes

If the property fails, Err.Number may be set to one of the following values.

Value Description
VFW_E_DVD_INVALIDDOMAIN You attempted to take the value in a domain that does not support this property.
VFW_E_DVD_OPERATION_INHIBITED This user operation is not allowed by the DVD content at this time.
E_UNEXPECTED Unspecified error.

 

Remarks

This property is read-only.

Examples

' Returning the property.
lAngles = VidWebDVD.AnglesAvailable

Requirements

Type Library

MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library

DLL

Quartz.dll

See Also

Angle Blocks

MSVidWebDVD Object

TitlesAvailable

 

 

Send comments about this topic to Microsoft

Build date: 7/6/2010