MediaElement.IsStereo3DVideo Property

Definition

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.

Applies to