Ejemplo n.º 1
0
 public static IntPtr WebPAnimDecoderNew(ref WebPData data, ref WebPAnimDecoderOptions option)
 {
     return(WebPAnimDecoderNewInternal(ref data, ref option, WEBP_DEMUX_ABI_VERSION));
 }
Ejemplo n.º 2
0
 public static extern IntPtr WebPAnimDecoderNewInternal(ref WebPData data, ref WebPAnimDecoderOptions option, int version);