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