public static extern int av_get_packet(AVIOContext* @s, AVPacket* @pkt, int @size);
 public static extern long avio_seek_time(AVIOContext* h, int stream_index, long timestamp, int flags);
 public static extern int av_append_packet(AVIOContext* s, AVPacket* pkt, int size);
 public static extern int avio_closep(AVIOContext** s);
 public static extern int avio_close_dyn_buf(AVIOContext* s, byte** pbuffer);
 public static extern ulong avio_rb64(AVIOContext* s);
 public static extern int avio_open(AVIOContext** s, String url, int flags);
 public static extern int avio_put_str16le(AVIOContext* s, String str);
 public static extern long avio_seek(AVIOContext* s, long offset, int whence);
示例#10
0
 public static extern void avio_wb64(AVIOContext* s, ulong val);
示例#11
0
 public static extern void avio_wb16(AVIOContext* s, int val);
示例#12
0
 public static extern void avio_write(AVIOContext* s, sbyte* buf, int size);
示例#13
0
 public static extern void avio_w8(AVIOContext* s, int b);
 public static extern int av_probe_input_buffer(AVIOContext* @pb, AVInputFormat** @fmt, [MarshalAs(UnmanagedType.LPStr)] string @url, void* @logctx, uint @offset, uint @max_probe_size);
示例#15
0
 public static extern int avio_rl24(AVIOContext* s);
示例#16
0
 public static extern long avio_skip(AVIOContext* s, long offset);
示例#17
0
 public static extern int avio_rb32(AVIOContext* s);
示例#18
0
 public static extern long avio_size(AVIOContext* s);
示例#19
0
 public static extern int avio_get_str16be(AVIOContext* pb, int maxlen, sbyte* /*String*/ buf, int buflen);
示例#20
0
 public static extern int avio_feof(AVIOContext* s);
示例#21
0
 public static extern int avio_open2(AVIOContext** s, String url, int flags, AVIOInterruptCB* int_cb, AVDictionary** options);
示例#22
0
 public static extern int url_feof(AVIOContext* s);
示例#23
0
 public static extern int avio_open_dyn_buf(AVIOContext** s);
示例#24
0
 public static extern int avio_printf(AVIOContext* s, String fmt);
示例#25
0
 public static extern int avio_pause(AVIOContext* h, int pause);
示例#26
0
 public static extern void avio_flush(AVIOContext* s);
示例#27
0
 public static extern int avio_read_to_bprint(AVIOContext* h, AVBPrint* pb, uint max_size);
示例#28
0
 public static extern int avio_read(AVIOContext* s, sbyte* buf, int size);
示例#29
0
 public static extern int av_probe_input_buffer(AVIOContext* pb, AVInputFormat** fmt, String filename, void* logctx, int offset, int max_probe_size);
 public static extern int avio_handshake(AVIOContext* @c);