Ejemplo n.º 1
0
 public static extern int avformat_query_codec(AVOutputFormat* ofmt, AVCodecID codec_id, int std_compliance);
Ejemplo n.º 2
0
 public static extern AVCodecID av_guess_codec(AVOutputFormat* fmt, String short_name, String filename, String mime_type, AVMediaType type);
Ejemplo n.º 3
0
 public static extern int avformat_alloc_output_context2(AVFormatContext** ctx, AVOutputFormat* oformat, String format_name, String filename);
Ejemplo n.º 4
0
 public static extern AVFormatContext* avformat_alloc_output_context(String format, AVOutputFormat* oformat, String filename);
Ejemplo n.º 5
0
 public static extern AVOutputFormat* av_oformat_next(AVOutputFormat* f);
Ejemplo n.º 6
0
 public static extern void av_register_output_format(AVOutputFormat* format);