MediaElement.Stereo3DVideoPackingMode Property

Definition

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

C#
public Stereo3DVideoPackingMode Stereo3DVideoPackingMode { get; set; }
XAML
<MediaElement Stereo3DVideoPackingMode="stereo3DVideoPackingModeMemberName" .../>

Property Value

A value of the enumeration. See Remarks.

Examples

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

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.

Applies to

Product Versions
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100