#define global IID_IIsdbAudioComponentDescriptor "{679D2002-2425-4BE4-A4C7-D6632A574F4D}"
#usecom global IIsdbAudioComponentDescriptor IID_IIsdbAudioComponentDescriptor "{}"
#comfunc global IIsdbAudioComponentDescriptor_GetTag 3 var
#comfunc global IIsdbAudioComponentDescriptor_GetLength 4 var
#comfunc global IIsdbAudioComponentDescriptor_GetStreamContent 5 var
#comfunc global IIsdbAudioComponentDescriptor_GetComponentType 6 var
#comfunc global IIsdbAudioComponentDescriptor_GetComponentTag 7 var
#comfunc global IIsdbAudioComponentDescriptor_GetStreamType 8 var
#comfunc global IIsdbAudioComponentDescriptor_GetSimulcastGroupTag 9 var
#comfunc global IIsdbAudioComponentDescriptor_GetESMultiLingualFlag 10 var
#comfunc global IIsdbAudioComponentDescriptor_GetMainComponentFlag 11 var
#comfunc global IIsdbAudioComponentDescriptor_GetQualityIndicator 12 var
#comfunc global IIsdbAudioComponentDescriptor_GetSamplingRate 13 var
#comfunc global IIsdbAudioComponentDescriptor_GetLanguageCode 14 var
#comfunc global IIsdbAudioComponentDescriptor_GetLanguageCode2 15 var
#comfunc global IIsdbAudioComponentDescriptor_GetTextW 16 int,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IIsdbAudioComponentDescriptor "{679D2002-2425-4BE4-A4C7-D6632A574F4D}"
#usecom global IIsdbAudioComponentDescriptor IID_IIsdbAudioComponentDescriptor "{}"
#comfunc global IIsdbAudioComponentDescriptor_GetTag 3 sptr
#comfunc global IIsdbAudioComponentDescriptor_GetLength 4 sptr
#comfunc global IIsdbAudioComponentDescriptor_GetStreamContent 5 sptr
#comfunc global IIsdbAudioComponentDescriptor_GetComponentType 6 sptr
#comfunc global IIsdbAudioComponentDescriptor_GetComponentTag 7 sptr
#comfunc global IIsdbAudioComponentDescriptor_GetStreamType 8 sptr
#comfunc global IIsdbAudioComponentDescriptor_GetSimulcastGroupTag 9 sptr
#comfunc global IIsdbAudioComponentDescriptor_GetESMultiLingualFlag 10 sptr
#comfunc global IIsdbAudioComponentDescriptor_GetMainComponentFlag 11 sptr
#comfunc global IIsdbAudioComponentDescriptor_GetQualityIndicator 12 sptr
#comfunc global IIsdbAudioComponentDescriptor_GetSamplingRate 13 sptr
#comfunc global IIsdbAudioComponentDescriptor_GetLanguageCode 14 sptr
#comfunc global IIsdbAudioComponentDescriptor_GetLanguageCode2 15 sptr
#comfunc global IIsdbAudioComponentDescriptor_GetTextW 16 int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。