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