Method function VLDVDPlayer.TVLDVDTitle.PlaySegment(Int64;Int64) : 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 : Int64, AEndTime : Int64 ) : Boolean;

C++ Builder:

bool __fastcall PlaySegment( __int64 AStartTime, __int64 AEndTime );

Visual C++ (MFC):

bool PlaySegment( __int64 AStartTime, __int64 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 in 100 nano
The ending time of the segment in 100 nano
second units.
AEndTime
second units.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox