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