<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.mitov.com/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Enum_VLDVDPlayer.TVLDVDPreferredDisplayMode</id>
		<title>Enum VLDVDPlayer.TVLDVDPreferredDisplayMode - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Enum_VLDVDPlayer.TVLDVDPreferredDisplayMode"/>
		<link rel="alternate" type="text/html" href="http://www.mitov.com/wiki/index.php?title=Enum_VLDVDPlayer.TVLDVDPreferredDisplayMode&amp;action=history"/>
		<updated>2026-05-22T16:15:07Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>http://www.mitov.com/wiki/index.php?title=Enum_VLDVDPlayer.TVLDVDPreferredDisplayMode&amp;diff=4973&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="http://www.mitov.com/wiki/index.php?title=Enum_VLDVDPlayer.TVLDVDPreferredDisplayMode&amp;diff=4973&amp;oldid=prev"/>
				<updated>2011-11-22T00:21:22Z</updated>
		
		<summary type="html">&lt;p&gt;Automated Syncronization with Documentation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;b&amp;gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&lt;br /&gt;
This is a Beta Read Only version of this page. &lt;br /&gt;
Please review and send recommendations to [mailto:mitov@mitov.com mitov@mitov.com]. &lt;br /&gt;
We will enable the editing as soon as we are happy with the overall Wiki site.&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Package:''' [[Package VideoLabPkg|VideoLabPkg]]&lt;br /&gt;
&lt;br /&gt;
'''Unit:''' [[Unit VLDVDPlayer|VLDVDPlayer]]&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' TVLDVDPreferredDisplayMode = ([[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdmDefault|pdmDefault]], [[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdm16x9|pdm16x9]], [[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdm4x3Panscan|pdm4x3Panscan]], [[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdm4x3Letterbox|pdm4x3Letterbox]]);&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== C++ Builder: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''enum''' TVLDVDPreferredDisplayMode {[[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdmDefault|pdmDefault]], [[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdm16x9|pdm16x9]], [[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdm4x3Panscan|pdm4x3Panscan]], [[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdm4x3Letterbox|pdm4x3Letterbox]]};&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Visual C++ (MFC): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''enum''' CTVLDVDPreferredDisplayMode {[[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdmDefault|pdmDefault]], [[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdm16x9|pdm16x9]], [[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdm4x3Panscan|pdm4x3Panscan]], [[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdm4x3Letterbox|pdm4x3Letterbox]]};&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
Indicates the user's preferred window aspect ratio and conversion method. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Defines enumeration that indicates the user's preferred&lt;br /&gt;
window aspect ratio and conversion method.&lt;br /&gt;
Remarks&lt;br /&gt;
Indicates the user's preferred window aspect ratio and&lt;br /&gt;
preferred method of conversion of 16 x 9 content to a 4 x 3&lt;br /&gt;
window aspect ratio. Pan-scan and letterboxing are the two&lt;br /&gt;
conversion methods. Displaying a video at the largest&lt;br /&gt;
possible size inside the display window without any cropping&lt;br /&gt;
or stretching is called displaying in letterbox format.&lt;br /&gt;
Pan-scan is specifically cropping a 16 x 9 video for display&lt;br /&gt;
in a 4 x 3 window using parameters defined by the video&lt;br /&gt;
author.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This enumerated type indicates a preference of conversion&lt;br /&gt;
mechanisms because some content can only be displayed using&lt;br /&gt;
one of these methods. Content that is 4 x 3 is always&lt;br /&gt;
converted to a 16 x 9 window by using sideboxing, where black&lt;br /&gt;
bars are added to the right and left sides of the display&lt;br /&gt;
instead of the top and bottom of the display as in the 16 x 9&lt;br /&gt;
to 4 x 3 conversion using letterboxing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following table shows the conversion method used between&lt;br /&gt;
the actual content type listed in the first column, and the&lt;br /&gt;
user display preference setting, indicated by one of the&lt;br /&gt;
other columns.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Actual content type&lt;br /&gt;
| 16 x 9&lt;br /&gt;
| 4 x 3&lt;br /&gt;
| 4 x 3&lt;br /&gt;
|-&lt;br /&gt;
| pan-scan&lt;br /&gt;
| letterbox&lt;br /&gt;
|-&lt;br /&gt;
| ----------------------&lt;br /&gt;
| -----------&lt;br /&gt;
| ----------&lt;br /&gt;
| -----------&lt;br /&gt;
|-&lt;br /&gt;
| 4 x 3&lt;br /&gt;
| Sideboxing&lt;br /&gt;
| None&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
| 16 x 9 letterbox only&lt;br /&gt;
| None&lt;br /&gt;
| Letterbox&lt;br /&gt;
| Letterbox&lt;br /&gt;
|-&lt;br /&gt;
| 16 x 9 pan-scan only&lt;br /&gt;
| None&lt;br /&gt;
| Pan-scan&lt;br /&gt;
| Pan-scan&lt;br /&gt;
|-&lt;br /&gt;
| 16 x 9 pan-scan or&lt;br /&gt;
| None&lt;br /&gt;
| Pan-scan&lt;br /&gt;
| Letterbox&lt;br /&gt;
|-&lt;br /&gt;
| letterbox&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The native window size used is always the user's preferred&lt;br /&gt;
size. &lt;br /&gt;
&lt;br /&gt;
== Values ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdmDefault|pdmDefault]]&lt;br /&gt;
| Use the default window size and content type. &lt;br /&gt;
|-&lt;br /&gt;
| [[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdm16x9|pdm16x9]]&lt;br /&gt;
| Use a 16 x 9 window. &lt;br /&gt;
|-&lt;br /&gt;
| [[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdm4x3Panscan|pdm4x3Panscan]]&lt;br /&gt;
| Use a 4 x 3 window and convert to pan-scan, if possible. &lt;br /&gt;
|-&lt;br /&gt;
| [[Enum item VLDVDPlayer.TVLDVDPreferredDisplayMode.pdm4x3Letterbox|pdm4x3Letterbox]]&lt;br /&gt;
| Use a 4 x 3 window and convert to letterbox, if possible. &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Enums]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>