Important: The information in this document is obsolete and should not be used for new development.
The following operands allow you to get the name or the index of a chapter. There is also an operand that returns the number of chapters in the movie.
kOperandMovieChapterCount = 1038, |
Gets the chapter count.
kOperandMovieChapterIndex = 1039, |
Gets the current chapter index.
kOperandMovieChapterName = 1040, |
Gets the current chapter name.
kOperandMovieChapterNameByIndex = 1041, /* ( short index ) */ |
Gets the name of the nth chapter.
kOperandMovieChapterIndexByName = 1042, /* (cstring name) */ |
Gets the index of the chapter with passed in name.
Last updated: 2002-07-01