다음을 통해 공유


VideoProperties.Orientation 속성

정의

비디오를 올바르게 표시하기 위해 회전하는 방법을 나타내는 VideoOrientation 값을 가져옵니다.

public:
 property VideoOrientation Orientation { VideoOrientation get(); };
VideoOrientation Orientation();
public VideoOrientation Orientation { get; }
var videoOrientation = videoProperties.orientation;
Public ReadOnly Property Orientation As VideoOrientation

속성 값

비디오를 올바르게 표시하기 위해 회전하는 방법을 나타내는 값입니다.

적용 대상