MediaElement.Stereo3DVideoRenderMode 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 render mode for the current media source.

Syntax


public Stereo3DVideoRenderMode Stereo3DVideoRenderMode { get; set; }


<MediaElement Stereo3DVideoRenderMode="stereo3DVideoRenderModeMemberName" .../>

Property value

Type: Stereo3DVideoRenderMode

A value of the enumeration.

Remarks

IsStereo3DVideo as an evaluated read-only property that is based on Stereo3DVideoRenderMode.

Set Stereo3DVideoRenderMode to Stereo when you want to enable the MediaElement to play 3D video. The API works in conjunction with Stereo3DVideoPackingMode which allows the application developer to set the packing mode or allow the sub systems to infer it from the video file

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.