GetCoderInfoList method
Implementation
ffi.Pointer<ffi.Pointer<CoderInfo>> GetCoderInfoList(
ffi.Pointer<ffi.Char> arg0,
ffi.Pointer<ffi.Size> arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _GetCoderInfoList(
arg0,
arg1,
arg2,
);
}