共用方式為


VideoTransformSphericalProjection.FrameFormat 屬性

定義

SphericalVideoFrameFormat 列舉取得或設定值,指定視訊的球面投影格式。

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

屬性值

視訊的球面投影格式。

適用於