MediaElement.IsStereo3DVideo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that reports whether the current source media is a stereo 3-D video media file.
public:
property bool IsStereo3DVideo { bool get(); };
bool IsStereo3DVideo();
public bool IsStereo3DVideo { get; }
var boolean = mediaElement.isStereo3DVideo;
Public ReadOnly Property IsStereo3DVideo As Boolean
Property Value
Boolean
bool
true if the current source media is stereo 3-D video, otherwise, false.
Remarks
If this property value is true, check Stereo3DVideoRenderMode for information on the render mode.