Field VLDVDPlayer.TVLDVDSubPictureAttributes.Language

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
Line 18: Line 18:
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
LCID Language;
+
unsigned int Language;
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public''' LCID Language;
+
'''public''' uint Language;
 
</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: TVLDVDSubPictureAttributes

Contents

Syntax

Delphi:

Language : LCID;

C++ Builder:

LCID Language;

Visual C++ (MFC):

unsigned int Language;

C# (.NET):

public uint Language;

Summary

Identifies the subpicture language if Type equals sptLanguage.

Description

Identifies the subpicture language if Type equals sptLanguage.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox