Example #1
0
 public static extern IntPtr WebPIDecode([InAttribute()] IntPtr data, UIntPtr data_size, ref WebPDecoderConfig config);
Example #2
0
 public static extern VP8StatusCode WebPDecode([InAttribute()] IntPtr data, UIntPtr data_size, ref WebPDecoderConfig config);
Example #3
0
 public static extern int WebPInitDecoderConfigInternal(ref WebPDecoderConfig param0, int param1);