Exemple #1
0
 [DllImport("fccore")] public static extern Bool fcGifAddFramePixels(fcGifContext ctx, byte[] pixels, fcPixelFormat fmt, double timestamp = -1.0);
Exemple #2
0
 [DllImport("fccore")] public static extern void fcGifAddOutputStream(fcGifContext ctx, fcStream stream);
Exemple #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));
 }
Exemple #4
0
 [DllImport("fccore")] private static extern void        fcGifDestroyContext(fcGifContext ctx);
Exemple #5
0
 [DllImport("fccore")] private static extern fcDeferredCall fcGifAddFrameTextureDeferred(fcGifContext ctx, IntPtr tex, fcPixelFormat fmt, Bool keyframe, double timestamp, fcDeferredCall id);