#define global IID_IVMRFilterConfig9 "{5A804648-4F66-4867-9C43-4F5C822CF1B8}"
#usecom global IVMRFilterConfig9 IID_IVMRFilterConfig9 "{}"
#comfunc global IVMRFilterConfig9_SetImageCompositor 3 sptr
#comfunc global IVMRFilterConfig9_SetNumberOfStreams 4 int
#comfunc global IVMRFilterConfig9_GetNumberOfStreams 5 var
#comfunc global IVMRFilterConfig9_SetRenderingPrefs 6 int
#comfunc global IVMRFilterConfig9_GetRenderingPrefs 7 var
#comfunc global IVMRFilterConfig9_SetRenderingMode 8 int
#comfunc global IVMRFilterConfig9_GetRenderingMode 9 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IVMRFilterConfig9 "{5A804648-4F66-4867-9C43-4F5C822CF1B8}"
#usecom global IVMRFilterConfig9 IID_IVMRFilterConfig9 "{}"
#comfunc global IVMRFilterConfig9_SetImageCompositor 3 sptr
#comfunc global IVMRFilterConfig9_SetNumberOfStreams 4 int
#comfunc global IVMRFilterConfig9_GetNumberOfStreams 5 sptr
#comfunc global IVMRFilterConfig9_SetRenderingPrefs 6 int
#comfunc global IVMRFilterConfig9_GetRenderingPrefs 7 sptr
#comfunc global IVMRFilterConfig9_SetRenderingMode 8 int
#comfunc global IVMRFilterConfig9_GetRenderingMode 9 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。