DVD Player SDK ActiveX Control ReferenceMethods GetChaptersCount DVD Player ActiveX Control GetChaptersCount Get number of chapter available for specific title. Public Function GetChaptersCount( ByVal iTitle As Integer) as Integer Parameterthe value of Title, The First Title is 1. Return ValueReturn the number of chapters.Example Visual Basic Syntax iChapterCount = DVDPlayer1.GetChaptersCount(1)