MatroskaVideoStereoMode
MatroskaVideoStereoMode enumeration
Matroska 스테레오-3D 비디오 모드를 나타냅니다.
public enum MatroskaVideoStereoMode : uint
가치
이름 | 값 | 설명 |
---|---|---|
Mono | 0 |
모노 모드. |
SideBySideLeft | 1 |
나란히(왼쪽 눈 먼저) 비디오 모드. |
TopBottomRight | 2 |
상단 - 하단(오른쪽 눈이 먼저) 비디오 모드. |
TopBottomLeft | 3 |
상단 - 하단(왼쪽 눈이 먼저) 비디오 모드. |
CheckboardRight | 4 |
체크보드(오른쪽 눈이 먼저) 비디오 모드. |
CheckboardLleft | 5 |
체크보드(왼쪽 눈이 먼저) 비디오 모드. |
RowInterleavedRight | 6 |
행 인터리브(오른쪽 눈이 먼저) 비디오 모드. |
RowInterleavedLeft | 7 |
행 인터리브(왼쪽 눈이 먼저) 비디오 모드. |
ColumnInterleavedRight | 8 |
열 인터리브(오른쪽 눈이 먼저) 비디오 모드. |
ColumnInterleavedLeft | 9 |
열 인터리브(왼쪽 눈이 먼저) 비디오 모드. |
AnaglyphCyanRed | 10 |
애너글리프(청록색/빨간색) 비디오 모드. |
SideBySideRight | 11 |
나란히(오른쪽 눈 우선) 비디오 모드. |
AnaglyphGreenMagenta | 12 |
애너글리프(녹색/마젠타) 비디오 모드. |
BothEyesLacedLeft | 13 |
두 눈이 하나의 블록(왼쪽 눈이 먼저) 비디오 모드에 묶여 있습니다. |
BothEyesLacedRight | 14 |
두 눈이 하나의 블록(오른쪽 눈이 먼저) 비디오 모드에 묶여 있습니다. |