MediaPlaybackSphericalVideoProjection.ProjectionMode 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 or sets a value that specifies the projection mode used for spherical video.
public:
property SphericalVideoProjectionMode ProjectionMode { SphericalVideoProjectionMode get(); void set(SphericalVideoProjectionMode value); };
SphericalVideoProjectionMode ProjectionMode();
void ProjectionMode(SphericalVideoProjectionMode value);
public SphericalVideoProjectionMode ProjectionMode { get; set; }
var sphericalVideoProjectionMode = mediaPlaybackSphericalVideoProjection.projectionMode;
mediaPlaybackSphericalVideoProjection.projectionMode = sphericalVideoProjectionMode;
Public Property ProjectionMode As SphericalVideoProjectionMode
Property Value
A value that specifies the projection mode used for spherical video.
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.