MFVideo3DFormat 列挙 (mfapi.h)
3D ビデオ フレームをメモリに格納する方法を指定します。
構文
typedef enum _MFVideo3DFormat {
MFVideo3DSampleFormat_BaseView = 0,
MFVideo3DSampleFormat_MultiView = 1,
MFVideo3DSampleFormat_Packed_LeftRight = 2,
MFVideo3DSampleFormat_Packed_TopBottom = 3
} MFVideo3DFormat;
定数
MFVideo3DSampleFormat_BaseView 値: 0 ベース ビューは 1 つのバッファーに格納されます。 もう 1 つのビューは破棄されます。 |
MFVideo3DSampleFormat_MultiView 値: 1 各メディア サンプルには、ビューごとに 1 つずつ、複数のバッファーが含まれています。 |
MFVideo3DSampleFormat_Packed_LeftRight 値: 2 各メディア サンプルには 1 つのバッファーが含まれています。両方のビューが 1 つのフレームに並べてパックされています。 |
MFVideo3DSampleFormat_Packed_TopBottom 値: 3 各メディア サンプルには 1 つのバッファーが含まれており、両方のビューが上下に 1 つのフレームにパックされています。 |
解説
この列挙は、 MF_MT_VIDEO_3D_FORMAT 属性と共に使用されます。
要件
サポートされている最小のクライアント | Windows 8 [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2012 [デスクトップ アプリ |UWP アプリ] |
Header | mfapi.h |
関連項目
Media Foundation 列挙