Beispiel #1
0
 public static extern ulong avio_rb64(libavformat.AVIOContext *s);
Beispiel #2
0
 public static extern int avio_r8(libavformat.AVIOContext *s);
Beispiel #3
0
 public static extern uint avio_rb32(libavformat.AVIOContext *s);
Beispiel #4
0
 public static extern int avio_pause(libavformat.AVIOContext *h, int pause);
Beispiel #5
0
 public static extern void avio_w8(libavformat.AVIOContext *s, int b);
Beispiel #6
0
 public static extern int avio_open2(ref libavformat.AVIOContext *s, string url, int flags, libavformat.AVIOInterruptCB *int_cb, ref libavutil.AVDictionary *options);
Beispiel #7
0
 public static extern int avio_open_dyn_buf(ref libavformat.AVIOContext *s);
Beispiel #8
0
 public static extern long avio_skip(libavformat.AVIOContext *s, long offset);
Beispiel #9
0
 public static extern long avio_size(libavformat.AVIOContext *s);
Beispiel #10
0
 public static extern int avio_put_str16le(libavformat.AVIOContext *s, string str);
Beispiel #11
0
 public static extern long avio_seek(libavformat.AVIOContext *s, long offset, int whence);
Beispiel #12
0
 public static extern void avio_wb16(libavformat.AVIOContext *s, uint val);
Beispiel #13
0
 public static extern void avio_wb64(libavformat.AVIOContext *s, ulong val);
Beispiel #14
0
 public static extern void avio_write(libavformat.AVIOContext *s, byte *buf, int size);
Beispiel #15
0
 public static extern int avio_get_str16be(libavformat.AVIOContext *pb, int maxlen, System.Text.StringBuilder buf, int buflen);
Beispiel #16
0
 public static extern int url_feof(libavformat.AVIOContext *s);
Beispiel #17
0
 public static extern int avio_open(ref libavformat.AVIOContext *s, string url, int flags);
Beispiel #18
0
 public static extern int avio_printf(libavformat.AVIOContext *s, string fmt);
Beispiel #19
0
 public static extern int avio_closep(ref libavformat.AVIOContext *s);
Beispiel #20
0
 public static extern void avio_flush(libavformat.AVIOContext *s);
Beispiel #21
0
 public static extern int avio_close_dyn_buf(libavformat.AVIOContext *s, ref byte *pbuffer);
Beispiel #22
0
 public static extern int avio_read(libavformat.AVIOContext *s, byte *buf, int size);
Beispiel #23
0
 public static extern long avio_seek_time(libavformat.AVIOContext *h, int stream_index, long timestamp, int flags);
Beispiel #24
0
 public static extern int avio_read_to_bprint(libavformat.AVIOContext *h, AVBPrint *pb, global::System.UIntPtr max_size);