MediaElement.Stereo3DVideoPackingMode property

Expand Minimize
This topic has not yet been rated - Rate this topic

Gets or sets an enumeration value that determines the stereo 3-D video frame-packing mode for the current media source.

Syntax


public Stereo3DVideoPackingMode Stereo3DVideoPackingMode { get; set; }


<MediaElement Stereo3DVideoPackingMode="stereo3DVideoPackingModeMemberName" .../>

Property value

Type: Stereo3DVideoPackingMode

A value of the enumeration. See Remarks.

Remarks

The Stereo3DVideoPackingMode default is to allow the system to determine the packing mode from the metadata of the video content. In order to reset a Stereo3DVideoPackingMode value once it has been set, use ClearValue. Stereo3DVideoPackingMode is used in conjunction with Stereo3DVideoRenderMode to display 3-D content.

Examples


<MediaElement x:Name="me1" Stereo3DVideoPackingMode="TopBottom" Stereo3DVideoRenderMode="Stereo"/>

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

MediaElement

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.