MFVideo3DFormat 列舉 (mfapi.h)
指定如何將 3D 視訊畫面儲存在記憶體中。
Syntax
typedef enum _MFVideo3DFormat {
MFVideo3DSampleFormat_BaseView = 0,
MFVideo3DSampleFormat_MultiView = 1,
MFVideo3DSampleFormat_Packed_LeftRight = 2,
MFVideo3DSampleFormat_Packed_TopBottom = 3
} MFVideo3DFormat;
常數
MFVideo3DSampleFormat_BaseView 值: 0 基底檢視會儲存在單一緩衝區中。 另一個檢視會捨棄。 |
MFVideo3DSampleFormat_MultiView 值: 1 每個媒體範例都包含多個緩衝區,每個檢視各一個。 |
MFVideo3DSampleFormat_Packed_LeftRight 值: 2 每個媒體範例都包含一個緩衝區,其中兩個檢視會並排封裝成單一框架。 |
MFVideo3DSampleFormat_Packed_TopBottom 值: 3 每個媒體範例都包含一個緩衝區,其中兩個檢視都會封裝在單一框架中。 |
備註
這個列舉會與 MF_MT_VIDEO_3D_FORMAT 屬性搭配使用。
需求
最低支援的用戶端 | Windows 8 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 [傳統型應用程式 |UWP 應用程式] |
標頭 | mfapi.h |
另請參閱
媒體基礎列舉