#define global IID_IMixerPinConfig "{593CDDE1-0759-11D1-9E69-00C04FD7C15B}"
#usecom global IMixerPinConfig IID_IMixerPinConfig "{}"
#comfunc global IMixerPinConfig_SetRelativePosition 3 int,int,int,int
#comfunc global IMixerPinConfig_GetRelativePosition 4 var,var,var,var
#comfunc global IMixerPinConfig_SetZOrder 5 int
#comfunc global IMixerPinConfig_GetZOrder 6 var
#comfunc global IMixerPinConfig_SetColorKey 7 var
#comfunc global IMixerPinConfig_GetColorKey 8 var,var
#comfunc global IMixerPinConfig_SetBlendingParameter 9 int
#comfunc global IMixerPinConfig_GetBlendingParameter 10 var
#comfunc global IMixerPinConfig_SetAspectRatioMode 11 int
#comfunc global IMixerPinConfig_GetAspectRatioMode 12 var
#comfunc global IMixerPinConfig_SetStreamTransparent 13 int
#comfunc global IMixerPinConfig_GetStreamTransparent 14 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IMixerPinConfig "{593CDDE1-0759-11D1-9E69-00C04FD7C15B}"
#usecom global IMixerPinConfig IID_IMixerPinConfig "{}"
#comfunc global IMixerPinConfig_SetRelativePosition 3 int,int,int,int
#comfunc global IMixerPinConfig_GetRelativePosition 4 sptr,sptr,sptr,sptr
#comfunc global IMixerPinConfig_SetZOrder 5 int
#comfunc global IMixerPinConfig_GetZOrder 6 sptr
#comfunc global IMixerPinConfig_SetColorKey 7 sptr
#comfunc global IMixerPinConfig_GetColorKey 8 sptr,sptr
#comfunc global IMixerPinConfig_SetBlendingParameter 9 int
#comfunc global IMixerPinConfig_GetBlendingParameter 10 sptr
#comfunc global IMixerPinConfig_SetAspectRatioMode 11 int
#comfunc global IMixerPinConfig_GetAspectRatioMode 12 sptr
#comfunc global IMixerPinConfig_SetStreamTransparent 13 int
#comfunc global IMixerPinConfig_GetStreamTransparent 14 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。