コード例 #1
0
ファイル: AVFormat.cs プロジェクト: NichUK/ffmpeg-shard
 public static extern AVError avformat_open_input(out IntPtr ps, string filename, AVInputFormat* fmt, AVDictionary* options);
コード例 #2
0
ファイル: AVFormat.cs プロジェクト: NichUK/ffmpeg-shard
 public static extern AVError avformat_write_header(ref AVFormatContext pAVFormatContext, AVDictionary** options);
コード例 #3
0
ファイル: AVFormat.cs プロジェクト: NichUK/ffmpeg-shard
 public static extern AVError avformat_find_stream_info(ref AVFormatContext pAVFormatContext, AVDictionary** options);