इसके माध्यम से साझा किया गया


VideoTransformSphericalProjection.FrameFormat Property

Definition

Gets or sets a value from the SphericalVideoFrameFormat enumeration specifying the spherical projection format of the video.

public:
 property SphericalVideoFrameFormat FrameFormat { SphericalVideoFrameFormat get(); void set(SphericalVideoFrameFormat value); };
SphericalVideoFrameFormat FrameFormat();

void FrameFormat(SphericalVideoFrameFormat value);
public SphericalVideoFrameFormat FrameFormat { get; set; }
var sphericalVideoFrameFormat = videoTransformSphericalProjection.frameFormat;
videoTransformSphericalProjection.frameFormat = sphericalVideoFrameFormat;
Public Property FrameFormat As SphericalVideoFrameFormat

Property Value

The spherical projection format of the video.

Applies to