コード例 #1
0
 private static extern void avio_context_free(AVIOContext **s);
コード例 #2
0
 public static extern int avio_accept(AVIOContext *s, AVIOContext **c);
コード例 #3
0
 public static extern int avio_open_dyn_buf(AVIOContext **s);
コード例 #4
0
 public static extern int avio_closep(AVIOContext **s);
コード例 #5
0
 public static extern int avio_open2(AVIOContext **s, byte *url, int flags, AVIOInterruptCB *int_cb, AVDictionary **options);
コード例 #6
0
 public static extern int avio_open(AVIOContext **s, byte *url, int flags);