コード例 #1
0
 public static extern int avformat_match_stream_specifier(AVFormatContext* s, AVStream* st, String spec);
コード例 #2
0
 public static extern void avformat_free_context(AVFormatContext* s);
コード例 #3
0
 public static extern int av_find_default_stream_index(AVFormatContext* s);
コード例 #4
0
 public static extern int av_sdp_create(AVFormatContext** ac, int n_files, String buf, int size);
コード例 #5
0
 public static extern int av_interleaved_write_frame(AVFormatContext* s, AVPacket* pkt);
コード例 #6
0
 public static extern int av_write_trailer(AVFormatContext* s);
コード例 #7
0
 public static extern int av_find_stream_info(AVFormatContext* ic);
コード例 #8
0
 public static extern AVStream* av_new_stream(AVFormatContext* s, int id);
コード例 #9
0
 public static extern int avformat_open_input(AVFormatContext** ps, String filename, AVInputFormat* fmt, AVDictionary** options);
コード例 #10
0
 public static extern int av_demuxer_open(AVFormatContext* ic);
コード例 #11
0
 public static extern int avformat_alloc_output_context2(AVFormatContext** ctx, AVOutputFormat* oformat, String format_name, String filename);
コード例 #12
0
 public static extern AVProgram* av_new_program(AVFormatContext* s, int id);
コード例 #13
0
 public static extern AVStream* avformat_new_stream(AVFormatContext* s, AVCodec* c);
コード例 #14
0
 public static extern void av_close_input_file(AVFormatContext* s);
コード例 #15
0
 public static extern int avformat_find_stream_info(AVFormatContext* ic, AVDictionary** options);
コード例 #16
0
 public static extern void avformat_close_input(AVFormatContext** s);
コード例 #17
0
 public static extern AVProgram* av_find_program_from_stream(AVFormatContext* ic, AVProgram* last, int s);
コード例 #18
0
 public static extern int avformat_write_header(AVFormatContext* s, AVDictionary** options);
コード例 #19
0
 public static extern int av_find_best_stream(AVFormatContext* ic, AVMediaType type, int wanted_stream_nb, int related_stream, AVCodec** decoder_ret, int flags);
コード例 #20
0
 public static extern int av_interleave_packet_per_dts(AVFormatContext* s, AVPacket* @out, AVPacket* pkt, int flush);
コード例 #21
0
 public static extern int av_read_frame(AVFormatContext* s, AVPacket* pkt);
コード例 #22
0
 public static extern int av_get_output_timestamp(AVFormatContext* s, int stream, long* dts, long* wall);
コード例 #23
0
 public static extern int av_seek_frame(AVFormatContext* s, int stream_index, long timestamp, int flags);
コード例 #24
0
 public static extern void av_dump_format(AVFormatContext* ic, int index, String url, int is_output);
コード例 #25
0
 public static extern int avformat_seek_file(AVFormatContext* s, int stream_index, long min_ts, long ts, long max_ts, int flags);
コード例 #26
0
 public static extern AVRational av_guess_sample_aspect_ratio(AVFormatContext* format, AVStream* stream, AVFrame* frame);
コード例 #27
0
 public static extern int av_read_pause(AVFormatContext* s);
コード例 #28
0
 public static extern void avformat_queue_attached_pictures(AVFormatContext* s);
コード例 #29
0
 public static extern AVDurationEstimationMethod av_fmt_ctx_get_duration_estimation_method(AVFormatContext* ctx);