Class VLDVDPlayer.TVLDVDTitle
From Mitov Wiki Doc
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 DVDTitle : 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.