Пример #1
0
 public static extern long swr_get_delay(SwrContext* s, long @base);
Пример #2
0
 public static extern int swr_drop_output(SwrContext* s, int count);
Пример #3
0
 public static extern int swr_inject_silence(SwrContext* s, int count);
Пример #4
0
 public static extern int swr_set_channel_mapping(SwrContext* s, int* channel_map);
Пример #5
0
 public static extern int swr_set_matrix(SwrContext* s, double* matrix, int stride);
 public static extern SwrContext* swr_alloc_set_opts(SwrContext* @s, long @out_ch_layout, AVSampleFormat @out_sample_fmt, int @out_sample_rate, long @in_ch_layout, AVSampleFormat @in_sample_fmt, int @in_sample_rate, int @log_offset, void* @log_ctx);
Пример #7
0
 public static extern int swr_set_compensation(SwrContext* s, int sample_delta, int compensation_distance);
Пример #8
0
 public static extern void swr_close(SwrContext* s);
Пример #9
0
 public static extern int swr_convert(SwrContext* s, byte** @out, int out_count, byte** @in, int in_count);
Пример #10
0
 public static extern SwrContext* swr_alloc_set_opts(SwrContext* s, long out_ch_layout, AVSampleFormat out_sample_fmt, int out_sample_rate, long in_ch_layout, AVSampleFormat in_sample_fmt, int in_sample_rate, int log_offset, void* log_ctx);
Пример #11
0
 public static extern void swr_free(SwrContext** s);
Пример #12
0
 public static extern int swr_is_initialized(SwrContext* s);
Пример #13
0
 public static extern int swr_init(SwrContext* s);
Пример #14
0
 public static extern int swr_convert(SwrContext* @s, sbyte** @out, int @out_count, sbyte** @in, int @in_count);
Пример #15
0
 public static extern int swr_convert_frame(SwrContext* swr, AVFrame* output, AVFrame* input);
Пример #16
0
 public static extern long swr_next_pts(SwrContext* s, long pts);
Пример #17
0
 public static extern int swr_config_frame(SwrContext* swr, AVFrame* @out, AVFrame* @in);
Пример #18
0
 public static extern int swr_get_out_samples(SwrContext* @s, int @in_samples);