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