コード例 #1
0
ファイル: AVCodec.cs プロジェクト: NichUK/ffmpeg-shard
 public static extern void avcodec_register(ref AVCodec pAVCodec);
コード例 #2
0
ファイル: AVCodec.cs プロジェクト: nasojlsu/CasparCGPlayout
 public static extern void register_avcodec(ref AVCodec pAVCodec);
コード例 #3
0
ファイル: AVCodec.cs プロジェクト: NichUK/ffmpeg-shard
 public static extern int avcodec_open(ref AVCodecContext pAVCodecContext, AVCodec* pAVCodec);
コード例 #4
0
ファイル: AVCodec.cs プロジェクト: nasojlsu/CasparCGPlayout
 public static extern int av_bitstream_filter_filter(ref AVBitStreamFilterContext pAVBitStreamFilterContext,
     ref AVCodec pAVCodecContext,
     string args,
     ref byte[] poutbuf,
     ref int poutbuf_size, byte[] buf, int buf_size, int keyframe);