コード例 #1
0
 public static extern void av_fifo_drain(AVFifoBuffer* f, int size);
コード例 #2
0
 public static extern int av_fifo_realloc2(AVFifoBuffer* f, int size);
コード例 #3
0
 public static extern int av_fifo_grow(AVFifoBuffer* f, int additional_space);
コード例 #4
0
 public static extern int av_fifo_generic_write(AVFifoBuffer* f, void* src, int size, IntPtr func____3);
コード例 #5
0
 public static extern int av_fifo_generic_read(AVFifoBuffer* f, void* dest, int buf_size, IntPtr func____3);
コード例 #6
0
 public static extern int av_fifo_space(AVFifoBuffer* f);
コード例 #7
0
 public static extern void av_fifo_reset(AVFifoBuffer* f);
コード例 #8
0
 public static extern void av_fifo_freep(AVFifoBuffer** f);