Field VLDVDPlayer.TVLDVDPosition.ChapterNum

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
Line 22: Line 22:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public''' unsigned int ChapterNum;
+
'''public''' uint ChapterNum;
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==

Latest revision as of 17:19, 18 October 2012

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: TVLDVDPosition

Contents

Syntax

Delphi:

ChapterNum : Cardinal;

C++ Builder:

unsigned int ChapterNum;

Visual C++ (MFC):

unsigned int ChapterNum;

C# (.NET):

public uint ChapterNum;

Summary

Part-of-title number with title. 0xffffffff if not a simple linear movie.

Description

Part-of-title number with title. 0xffffffff if not a simple linear movie.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox