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