VideoTransformSphericalProjection.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 = videoTransformSphericalProjection.projectionMode;
videoTransformSphericalProjection.projectionMode = sphericalVideoProjectionMode;
Public Property ProjectionMode As SphericalVideoProjectionMode
Property Value
A value that specifies the projection mode used for spherical video.
Remarks
This setting determines whether the video is spherically projected or rendered as flat, with no spherical projection.