Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1008 Bytes

mediaplaybacksphericalvideoprojection_isenabled.md

File metadata and controls

28 lines (17 loc) · 1008 Bytes
-api-id -api-type
P:Windows.Media.Playback.MediaPlaybackSphericalVideoProjection.IsEnabled
winrt property

Windows.Media.Playback.MediaPlaybackSphericalVideoProjection.IsEnabled

-description

Gets or sets a value indicating whether spherical video projection is enabled.

-property-value

True if spherical video projection is enabled. Otherwise, false.

-remarks

The value of this property is not guaranteed to be correct until after the MediaPlayer.MediaOpened event has been raised for the associated media item.

If you attempt to set this property to true when the value of the FrameFormat is None or Unsupported an error will be raised.

-see-also

-examples