Method function VLDVDPlayer.TVLDVDTitle.PlaySegment(TVLDVDTime;TVLDVDTime) : Boolean

From Mitov Wiki Doc
Jump to: navigation, search

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.

Class: TVLDVDTitle

Contents

Syntax

Delphi:

function PlaySegment( AStartTime : TVLDVDTime, AEndTime : TVLDVDTime ) : Boolean;

C++ Builder:

bool __fastcall PlaySegment( TVLDVDTime AStartTime, TVLDVDTime AEndTime );

Visual C++ (MFC):

bool PlaySegment( CTVLDVDTime AStartTime, CTVLDVDTime AEndTime );

Summary

Plays a time segment of the title.

Description

Call this method to play a time segment of the title.

Parameters

Parameter Description
AStartTime The beginning time of the segment.
AEndTime The ending time of the segment.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox