Stereo3DVideoPackingMode
Stereo3DVideoPackingMode
Stereo3DVideoPackingMode
Stereo3DVideoPackingMode
Enum
Definition
Describes the frame-packing mode for stereo 3-D video content.
public : enum class Stereo3DVideoPackingModepublic enum Stereo3DVideoPackingModePublic Enum Stereo3DVideoPackingMode// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| None None None None | Regular 2-D video. |
| SideBySide SideBySide SideBySide SideBySide | Stereo 3-D content packing with components side-by-side. |
| TopBottom TopBottom TopBottom TopBottom | Stereo 3-D content packing with components top and bottom. |
Examples
This example creates a MediaElement with Stereo3DVideoPackingMode and Stereo3DVideoRenderMode set.
<MediaElement Stereo3DVideoPackingMode="TopBottom"
Stereo3DVideoRenderMode="Stereo"/>
Remarks
The default is to allow the system to determine the packing mode from the metadata of the video content.
In order to reset this value once it has been set, use the ClearValue API.
This API is used in conjunction with Stereo3DVideoRenderMode to display 3-D content.
Returns or sets topbottom or sidebyside for stereo 3-D content packing, or none for regular 2-D video.