Class VLDVDPlayer.TVLDVDTitle
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		
Revision as of 00:16, 11 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabPkg
Unit: VLDVDPlayer
Inherits: TVLDVDBasicListItem
Contents | 
Syntax
Delphi:
type TVLDVDTitle = class( TVLDVDBasicListItem )
C++ Builder:
class TVLDVDTitle : public TVLDVDBasicListItem
Visual C++ (MFC):
class CTVLDVDTitle : public CTVLDVDBasicListItem
C# (.NET):
public ref class TVLDVDTitle : Mitov.VideoLab.DVDBasicListItem
Summary
DVD title class.
Description
Defines DVD title class.
Properties
Public
- CanPlaySegment - Indicates if the DVD can play time segment of the title.
 - ParentalLevels - Allows access to the title's parental levels.
 - Chapters - Allows access to the title's chapters.
 
Methods
Public
- function Play() : Boolean - Plays the title.
 - function PlaySegment(AStartTime : TVLDVDTime; AEndTime : TVLDVDTime) : Boolean - Plays a time segment of the title.
 - function PlaySegment(AStartTime : Int64; AEndTime : Int64) : Boolean - Plays a time segment of the title.