Structure VLDVDPlayer.TVLDVDPosition
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
Contents | 
Syntax
Delphi:
type TVLDVDPosition = record
C++ Builder:
struct TVLDVDPosition
Visual C++ (MFC):
struct CTVLDVDPosition
C# (.NET):
public struct DVDPosition
Summary
Indicates the DVD playback location.
Description
Defines structure that indicates the DVD playback location.
Fields
- TitleNum - Title number for the whole disc (not the track number of the Video Title Set).
 - ChapterNum - Part-of-title number with title. 0xffffffff if not a simple linear movie.
 - Time - Timecode. 0xffffffff if not a simple linear movie.