Home | History | Annotate | Download | only in dshow

Lines Matching refs:put_CCEnable

4633     virtual HRESULT WINAPI put_CCEnable(long lCCEnable) = 0;
4647 HRESULT (WINAPI *put_CCEnable)(IAMAnalogVideoEncoder *This,long lCCEnable);
4663 #define IAMAnalogVideoEncoder_put_CCEnable(This,lCCEnable) (This)->lpVtbl->put_CCEnable(This,lCCEnable)