Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 781 Bytes

stereo3dvideorendermode.md

File metadata and controls

42 lines (27 loc) · 781 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Media.Stereo3DVideoRenderMode
winrt enum

Stereo3DVideoRenderMode

-description

Describes the stereo 3-D video render mode for the current media source.

-xaml-syntax

<object property="enumMemberName"/>

-enum-fields

-field Mono:0

Regular 2-D video.

-field Stereo:1

Stereo 3-D video.

-remarks

Setting the attribute to stereo enables stereo display mode. A value of mono disables it. The default is mono.

-examples

This example creates a MediaElement with Stereo3DVideoRenderMode set.

<MediaElement Stereo3DVideoRenderMode="Stereo"/>

-see-also