DVD Player ActiveX Control

GetChaptersCount

 

Get number of chapter available for specific title.

Public Function GetChaptersCount(
   ByVal iTitle As Integer
) as Integer

 

Parameter
the value of Title, The First Title is 1.

Return Value
Return the number of chapters.

Example

   

Visual Basic Syntax
 iChapterCount = DVDPlayer1.GetChaptersCount(1)