DVD_KaraokeAttributes 結構 (strmif.h)
[與此頁面相關的功能 DirectShow 是舊版功能。 它已被 MediaPlayer、 IMFMediaEngine 和 Media Foundation 中的音訊/視訊擷取取代。 這些功能已針對 Windows 10 和 Windows 11 進行優化。 Microsoft 強烈建議新程式代碼盡可能使用 MediaPlayer、 IMFMediaEngine 和 音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議使用舊版 API 的現有程式代碼盡可能重寫為使用新的 API。
結構 DVD_KaraokeAttributes
包含有關靜音音訊數據流的資訊。 IInfo2::GetKaraokeAttributes 方法會填入DVD_KaraokeAttributes
指定數據流的結構。
語法
typedef struct tagDVD_KaraokeAttributes {
BYTE bVersion;
BOOL fMasterOfCeremoniesInGuideVocal1;
BOOL fDuet;
DVD_KARAOKE_ASSIGNMENT ChannelAssignment;
WORD wChannelContents[8];
} DVD_KaraokeAttributes;
成員
bVersion
版本號碼。 目前的查詢版本為 1.0。
fMasterOfCeremoniesInGuideVocal1
如果 為 TRUE,則「指南 Vocal 1」頻道包含“Master of Centeries” 內容。
fDuet
布爾值,指出歌曲是否要做為音節。
ChannelAssignment
DVD_KARAOKE_ASSIGNMENT值,指出將混合所有通道的說話者組態。
wChannelContents[8]
有效 DVD_KARAOKE_CONTENTS 值陣列,可識別每個通道上的內容。
規格需求
需求 | 值 |
---|---|
標頭 | strmif.h (包含 Dshow.h) |