コード例 #1
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);
コード例 #2
0
ファイル: AVCodec.cs プロジェクト: nasojlsu/CasparCGPlayout
 public static extern void av_bitstream_filter_close(ref AVBitStreamFilterContext pAVBitStreamFilterContext);