Ejemplo n.º 1
0
 public static extern AVError av_set_parameters(ref AVFormatContext pAVFormatContext, AVFormatParameters *pAVFormatParameters);
Ejemplo n.º 2
0
 private static extern AVError av_open_input_file(out IntPtr pFormatContext,
                                                  string filename,
                                                  AVInputFormat *fmt,
                                                  int buf_size,
                                                  AVFormatParameters *ap);