Ejemplo n.º 1
0
 public static extern AVError avformat_open_input(out IntPtr ps, string filename, AVInputFormat* fmt, AVDictionary* options);
Ejemplo n.º 2
0
 public static extern AVError avformat_write_header(ref AVFormatContext pAVFormatContext, AVDictionary** options);
Ejemplo n.º 3
0
 public static extern AVError avformat_find_stream_info(ref AVFormatContext pAVFormatContext, AVDictionary** options);