Esempio n. 1
0
 [DllImport("fccore")] public static extern Bool fcGifAddFramePixels(fcGifContext ctx, byte[] pixels, fcPixelFormat fmt, double timestamp = -1.0);
Esempio n. 2
0
 [DllImport("fccore")] public static extern void fcGifAddOutputStream(fcGifContext ctx, fcStream stream);
Esempio n. 3
0
 public static fcDeferredCall fcGifAddFrameTexture(fcGifContext ctx, RenderTexture tex, bool keyframe, double timestamp, fcDeferredCall id)
 {
     return(fcGifAddFrameTextureDeferred(ctx, tex.GetNativeTexturePtr(), fcGetPixelFormat(tex.format), keyframe, timestamp, id));
 }
Esempio n. 4
0
 [DllImport("fccore")] private static extern void        fcGifDestroyContext(fcGifContext ctx);
Esempio n. 5
0
 [DllImport("fccore")] private static extern fcDeferredCall fcGifAddFrameTextureDeferred(fcGifContext ctx, IntPtr tex, fcPixelFormat fmt, Bool keyframe, double timestamp, fcDeferredCall id);