| 49 | return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Process (iType, pSrc, dst) : RET_INVALIDPARAM; |
| 50 | } |
| 51 | EResult Get (void* pCtx, int32_t iType, void* pParam) { |
| 52 | return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Get (iType, pParam) : RET_INVALIDPARAM; |
| 53 | } |
| 54 | EResult Set (void* pCtx, int32_t iType, void* pParam) { |
| 55 | return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Set (iType, pParam) : RET_INVALIDPARAM; |
| 56 | } |