다음을 통해 공유


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

속성 값

비디오의 구형 프로젝션 형식입니다.

적용 대상