Ejemplo n.º 1
0
        public static Bool fcGifWriteFile(fcGIFContext ctx, string path, int begin_frame = 0, int end_frame = -1)
        {
            fcStream fstream = fcCreateFileStream(path);
            Bool     ret     = fcGifWrite(ctx, fstream, begin_frame, end_frame);

            fcDestroyStream(fstream);
            return(ret);
        }
Ejemplo n.º 2
0
 [DllImport("fccore")] public static extern void fcFlacAddOutputStream(fcFlacContext ctx, fcStream stream);
Ejemplo n.º 3
0
 [DllImport("fccore")] public static extern void fcMP4AddOutputStream(fcMP4Context ctx, fcStream s);
Ejemplo n.º 4
0
 [DllImport("fccore")] public static extern ulong fcStreamGetWrittenSize(fcStream s);
Ejemplo n.º 5
0
 [DllImport("fccore")] private static extern void fcReleaseStream(fcStream s);
Ejemplo n.º 6
0
 [DllImport("fccore")] internal static extern void fcWebMAddOutputStream(fcWebMContext ctx, fcStream stream);
Ejemplo n.º 7
0
 [DllImport("FrameCapturer")] public static extern ulong        fcStreamGetWrittenSize(fcStream s);
Ejemplo n.º 8
0
 [DllImport("FrameCapturer")] public static extern void         fcDestroyStream(fcStream s);
Ejemplo n.º 9
0
 [DllImport("FrameCapturer")] public static extern void             fcMP4AddOutputStream(fcMP4Context ctx, fcStream s);
Ejemplo n.º 10
0
 [DllImport("FrameCapturer")] public static extern Bool         fcGifWrite(fcGIFContext ctx, fcStream stream, int begin_frame = 0, int end_frame = -1);
Ejemplo n.º 11
0
 [DllImport("fccore")] private static extern void        fcDestroyStream(fcStream s);
Ejemplo n.º 12
0
 public static extern void fcDestroyStream(fcStream s);
Ejemplo n.º 13
0
 public static extern ulong fcStreamGetWrittenSize(fcStream s);
Ejemplo n.º 14
0
 public static extern void fcMP4AddOutputStream(fcMP4Context ctx, fcStream s);
Ejemplo n.º 15
0
 public static extern Bool fcGifWrite(fcGIFContext ctx, fcStream stream, int begin_frame=0, int end_frame=-1);