VideoTransformEffectDefinition.SphericalProjection Property

Definition

Gets a VideoTransformSphericalProjection object that allows you to configure the spherical projection parameters used by the video transform effect.

public:
 property VideoTransformSphericalProjection ^ SphericalProjection { VideoTransformSphericalProjection ^ get(); };
VideoTransformSphericalProjection SphericalProjection();
public VideoTransformSphericalProjection SphericalProjection { get; }
var videoTransformSphericalProjection = videoTransformEffectDefinition.sphericalProjection;
Public ReadOnly Property SphericalProjection As VideoTransformSphericalProjection

Property Value

A VideoTransformSphericalProjection object.

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Applies to