ltmmDVDControl.CurrentVolume Property

Visual Basic Example

Syntax

object.CurrentVolume As Long

Remarks

(Read only) This property is updated automatically with the current DVD volume number for the root directory.

Each DVD disc has a single volume number, assigned to it by the manufacturer, that identifies a disc's position in a multi-disc DVD set. For example, the programmer can implement code in a DVD playback routine, called when playing a multi-disc movie, that checks the DVD's volume number to ensure that the end user does not insert the discs out of order.

Other "current" information can be found in the following properties:

ltmmDVDControl.CurrentTitle Property

ltmmDVDControl.CurrentChapter Property

ltmmDVDControl.CurrentDiscSide Property

ltmmDVDControl.CurrentTime Property

ltmmDVDControl.CurrentButton Property

ltmmDVDControl.CurrentAngle Property

ltmmDVDControl.CurrentUOPS Property

ltmmDVDControl.CurrentAudioStream Property

ltmmDVDControl.CurrentSubpictureStream Property

ltmmDVDControl.CurrentDomain Property

For more detailed information, refer to the Microsoft documentation for IDvdInfo2::GetDVDVolumeInfo at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/idvdinfo2getdvdvolumeinfo.asp.

See Also

Elements:

ltmmDVDControl object, ltmmDVDControl.CurrentAngle Property, ltmmDVDControl.CurrentDomain Property, ltmmDVDControl.CurrentTitle Property, ltmmDVDControl.CurrentChapter Property, ltmmDVDControl.CurrentDiscSide Property, ltmmDVDControl.CurrentTime Property, ltmmDVDControl.CurrentUOPS Property, ltmmDVDControl.CurrentButton Property, ltmmDVDControl.CurrentAudioStream Property, ltmmDVDControl.CurrentSubpictureStream Property, ltmmDVDControl.VolumesAvailable Property

Topics:

Multimedia Properties, Methods and Events