DVINFO 結構 (avcstrm.h)
DVINFO 結構描述 DV 數據流格式,包括其預設串流來源資訊和串流控制資訊。
語法
typedef struct _DVINFO {
DWORD dwDVAAuxSrc;
DWORD dwDVAAuxCtl;
DWORD dwDVAAuxSrc1;
DWORD dwDVAAuxCtl1;
DWORD dwDVVAuxSrc;
DWORD dwDVVAuxCtl;
DWORD dwDVReserved[2];
} DVINFO, *PDVINFO;
成員
dwDVAAuxSrc
針對 525-60 系統指定第一個音訊區塊的音訊輔助數據源套件, (525-60 系統的前 5 個 DV DIF 序列,或 6 個 DV DIF 序列的 625-50 系統) 。 DIF 序列是包含150個DIF區塊的數據區塊。 DIF 區塊包含80個字節。 The Audio Auxiliary Data Source Pack is defined in section D.7.1 of Part 2, Annex D, "The Pack Header Table and Contents of Packs" of the Specification of Consumer-use Digital VCRs.
dwDVAAuxCtl
指定框架第一個音訊區塊的音訊輔助數據源控制元件。 The Audio Auxiliary Data Control Pack is defined in section D.7.2 of Part 2, Annex D, "The Pack Header Table and Contents of Packs" of the Specification of Consumer-use Digital VCRs.
dwDVAAuxSrc1
針對 525-60 系統指定第二個音訊區塊的音訊輔助數據源套件, (525-60 系統的第二個 DV DIF 序列,或 6 個 DV DIF 序列的 625-50 系統) 。
dwDVAAuxCtl1
指定畫面的第二個音訊區塊的音訊輔助數據源控制元件。
dwDVVAuxSrc
指定第 2 部分 D.8.1 第 2 部分一節中定義的影片輔助數據源套件。
dwDVVAuxCtl
Specifies the Video Auxiliary Data Source Control Pack as defined in section D.8.2 of Part 2, Annex D, "The Pack Header Table and Contents of Packs" of the Specification of Consumer-use Digital VCRs.
dwDVReserved[2]
保留的。 這必須設定為 0。 請勿使用此功能。
規格需求
需求 | 值 |
---|---|
標頭 | avcstrm.h (包含 Avcstrm.h) |