Ejemplo n.º 1
0
 public static extern int avio_rb32(AVIOContext* s);
Ejemplo n.º 2
0
 public static extern ulong avio_rb64(AVIOContext* s);
Ejemplo n.º 3
0
 public static extern int av_append_packet(AVIOContext* s, AVPacket* pkt, int size);
Ejemplo n.º 4
0
 public static extern void avio_write(AVIOContext* s, byte* buf, int size);
Ejemplo n.º 5
0
 public static extern int avio_open_dyn_buf(AVIOContext** s);
Ejemplo n.º 6
0
 public static extern int avio_pause(AVIOContext* h, int pause);
Ejemplo n.º 7
0
 public static extern long avio_size(AVIOContext* s);
Ejemplo n.º 8
0
 public static extern int avio_open2(AVIOContext** s, String url, int flags, AVIOInterruptCB* int_cb, AVDictionary** options);
Ejemplo n.º 9
0
 public static extern long avio_seek(AVIOContext* s, long offset, int whence);
Ejemplo n.º 10
0
 public static extern long avio_skip(AVIOContext* s, long offset);
Ejemplo n.º 11
0
 public static extern int avio_put_str16le(AVIOContext* s, String str);
Ejemplo n.º 12
0
 public static extern void avio_wb16(AVIOContext* s, int val);
Ejemplo n.º 13
0
 public static extern void avio_wb64(AVIOContext* s, ulong val);
Ejemplo n.º 14
0
 public static extern int avio_get_str16be(AVIOContext* pb, int maxlen, String buf, int buflen);
Ejemplo n.º 15
0
 public static extern int url_feof(AVIOContext* s);
Ejemplo n.º 16
0
 public static extern int avio_open(AVIOContext** s, String url, int flags);
Ejemplo n.º 17
0
 public static extern int avio_printf(AVIOContext* s, String fmt);
Ejemplo n.º 18
0
 public static extern int avio_closep(AVIOContext** s);
Ejemplo n.º 19
0
 public static extern void avio_flush(AVIOContext* s);
Ejemplo n.º 20
0
 public static extern int avio_close_dyn_buf(AVIOContext* s, byte** pbuffer);
Ejemplo n.º 21
0
 public static extern int avio_read(AVIOContext* s, byte* buf, int size);
Ejemplo n.º 22
0
 public static extern long avio_seek_time(AVIOContext* h, int stream_index, long timestamp, int flags);
Ejemplo n.º 23
0
 public static extern int avio_rl24(AVIOContext* s);
Ejemplo n.º 24
0
 public static extern int av_probe_input_buffer(AVIOContext* pb, AVInputFormat** fmt, String filename, void* logctx, int offset, int max_probe_size);
Ejemplo n.º 25
0
 public static extern void avio_w8(AVIOContext* s, int b);