Share via


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

プロパティ値

ビデオの球面投影形式。

適用対象