예제 #1
1
 public static extern AVRational av_guess_frame_rate(AVFormatContext* ctx, AVStream* stream, AVFrame* frame);
예제 #2
0
 public static extern AVProgram* av_new_program(AVFormatContext* s, int id);
예제 #3
0
 public static extern void avdevice_capabilities_free(AVDeviceCapabilitiesQuery** caps, AVFormatContext* s);
예제 #4
0
 public static extern int avdevice_dev_to_app_control_message(AVFormatContext* s, AVDevToAppMessageType type, void* data, uint data_size);
예제 #5
0
 public static extern int avformat_match_stream_specifier(AVFormatContext* s, AVStream* st, String spec);
예제 #6
0
 public static extern AVRational av_guess_sample_aspect_ratio(AVFormatContext* format, AVStream* stream, AVFrame* frame);
예제 #7
0
 public static extern void av_dump_format(AVFormatContext* ic, int index, String url, int is_output);
예제 #8
0
 public static extern int av_get_output_timestamp(AVFormatContext* s, int stream, long* dts, long* wall);
예제 #9
0
 public static extern int av_read_frame(AVFormatContext* s, AVPacket* pkt);
예제 #10
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);
예제 #11
0
 public static extern AVProgram* av_find_program_from_stream(AVFormatContext* ic, AVProgram* last, int s);
예제 #12
0
 public static extern int avformat_find_stream_info(AVFormatContext* ic, AVDictionary** options);
예제 #13
0
 public static extern int av_demuxer_open(AVFormatContext* ic);
예제 #14
0
 public static extern int avformat_open_input(AVFormatContext** ps, String filename, AVInputFormat* fmt, AVDictionary** options);
예제 #15
0
 public static extern int avformat_alloc_output_context2(AVFormatContext** ctx, AVOutputFormat* oformat, String format_name, String filename);
예제 #16
0
 public static extern int av_write_uncoded_frame_query(AVFormatContext* s, int stream_index);
예제 #17
0
 public static extern int av_write_trailer(AVFormatContext* s);
예제 #18
0
 public static extern int av_seek_frame(AVFormatContext* s, int stream_index, long timestamp, int flags);
예제 #19
0
 public static extern int av_find_default_stream_index(AVFormatContext* s);
예제 #20
0
 public static extern int avformat_seek_file(AVFormatContext* s, int stream_index, long min_ts, long ts, long max_ts, int flags);
예제 #21
0
 public static extern int av_sdp_create(AVFormatContext** ac, int n_files, sbyte* /*String*/ buf, int size);
예제 #22
0
 public static extern int av_read_pause(AVFormatContext* s);
예제 #23
0
 public static extern void avformat_close_input(AVFormatContext** s);
예제 #24
0
 public static extern int avformat_write_header(AVFormatContext* s, AVDictionary** options);
예제 #25
0
 public static extern int avformat_queue_attached_pictures(AVFormatContext* s);
예제 #26
0
 public static extern int av_interleaved_write_frame(AVFormatContext* s, AVPacket* pkt);
예제 #27
0
 public static extern int avdevice_capabilities_create(AVDeviceCapabilitiesQuery** caps, AVFormatContext* s, AVDictionary** device_options);
예제 #28
0
 public static extern int av_interleaved_write_uncoded_frame(AVFormatContext* s, int stream_index, AVFrame* frame);
예제 #29
0
 public static extern int avdevice_list_devices(AVFormatContext* s, AVDeviceInfoList** device_list);
예제 #30
0
 public static extern AVStream* avformat_new_stream(AVFormatContext* s, AVCodec* c);