Bagikan melalui


MSVidWebDVD.CurrentChapter Property

 
Microsoft DirectShow 9.0

MSVidWebDVD.CurrentChapter Property

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

The CurrentChapter property retrieves the number of the chapter currently playing.

Syntax

  VidWebDVD
  .CurrentChapter As Long

Parameters

This property takes no parameters.

Return Values

Returns a Long value representing the current chapter in the current title.

Remarks

This property is read-only. Checking this property outside a valid title will cause an error.

Example

' Returning the property.
lChapter = VidWebDVD.CurrentChapter

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