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