Share via


MSVidWebDVD.VolumesAvailable Property

 
Microsoft DirectShow 9.0

MSVidWebDVD.VolumesAvailable Property

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

The VolumesAvailable property retrieves the number of volumes in a multivolume set.

Syntax

  VidWebDVD
  .VolumesAvailable As Long

Parameters

This property takes no parameters.

Return Values

Returns a Long indicating the number of volumes in the set.

Remarks

This property is read-only with no default value. Some DVD titles are released as a multidisc set or series. Use this method to determine the volume number for the current disc.

Example

' Returning the property.
lVolsAvail = VidWebDVD.VolumesAvailable

Requirements

Reference: Add a reference to MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library.

Library: Quartz.dll.

See Also