#define global IID_IMpegAudioDecoder "{B45DD570-3C77-11D1-ABE1-00A0C905F375}"
#usecom global IMpegAudioDecoder IID_IMpegAudioDecoder "{}"
#comfunc global IMpegAudioDecoder_get_FrequencyDivider 3 var
#comfunc global IMpegAudioDecoder_put_FrequencyDivider 4 int
#comfunc global IMpegAudioDecoder_get_DecoderAccuracy 5 var
#comfunc global IMpegAudioDecoder_put_DecoderAccuracy 6 int
#comfunc global IMpegAudioDecoder_get_Stereo 7 var
#comfunc global IMpegAudioDecoder_put_Stereo 8 int
#comfunc global IMpegAudioDecoder_get_DecoderWordSize 9 var
#comfunc global IMpegAudioDecoder_put_DecoderWordSize 10 int
#comfunc global IMpegAudioDecoder_get_IntegerDecode 11 var
#comfunc global IMpegAudioDecoder_put_IntegerDecode 12 int
#comfunc global IMpegAudioDecoder_get_DualMode 13 var
#comfunc global IMpegAudioDecoder_put_DualMode 14 int
#comfunc global IMpegAudioDecoder_get_AudioFormat 15 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IMpegAudioDecoder "{B45DD570-3C77-11D1-ABE1-00A0C905F375}"
#usecom global IMpegAudioDecoder IID_IMpegAudioDecoder "{}"
#comfunc global IMpegAudioDecoder_get_FrequencyDivider 3 sptr
#comfunc global IMpegAudioDecoder_put_FrequencyDivider 4 int
#comfunc global IMpegAudioDecoder_get_DecoderAccuracy 5 sptr
#comfunc global IMpegAudioDecoder_put_DecoderAccuracy 6 int
#comfunc global IMpegAudioDecoder_get_Stereo 7 sptr
#comfunc global IMpegAudioDecoder_put_Stereo 8 int
#comfunc global IMpegAudioDecoder_get_DecoderWordSize 9 sptr
#comfunc global IMpegAudioDecoder_put_DecoderWordSize 10 int
#comfunc global IMpegAudioDecoder_get_IntegerDecode 11 sptr
#comfunc global IMpegAudioDecoder_put_IntegerDecode 12 int
#comfunc global IMpegAudioDecoder_get_DualMode 13 sptr
#comfunc global IMpegAudioDecoder_put_DualMode 14 int
#comfunc global IMpegAudioDecoder_get_AudioFormat 15 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。