Exemplo n.º 1
0
 public static extern long swr_get_delay(libswresample.SwrContext *s, long _base);
Exemplo n.º 2
0
 public static extern int swr_drop_output(libswresample.SwrContext *s, int count);
Exemplo n.º 3
0
 public static extern int swr_inject_silence(libswresample.SwrContext *s, int count);
Exemplo n.º 4
0
 public static extern int swr_set_channel_mapping(libswresample.SwrContext *s, int *channel_map);
Exemplo n.º 5
0
 public static extern int swr_set_matrix(libswresample.SwrContext *s, double *matrix, int stride);
Exemplo n.º 6
0
 public static extern long swr_next_pts(libswresample.SwrContext *s, long pts);
Exemplo n.º 7
0
 public static extern int swr_set_compensation(libswresample.SwrContext *s, int sample_delta, int compensation_distance);
Exemplo n.º 8
0
 public static extern void swr_close(libswresample.SwrContext *s);
Exemplo n.º 9
0
 public static extern int swr_convert(libswresample.SwrContext *s, ref byte *_out, int out_count, ref byte *_in, int in_count);
Exemplo n.º 10
0
 public static extern libswresample.SwrContext *swr_alloc_set_opts(libswresample.SwrContext * s, long out_ch_layout, libavutil.AVSampleFormat out_sample_fmt, int out_sample_rate, long in_ch_layout, libavutil.AVSampleFormat in_sample_fmt, int in_sample_rate, int log_offset, void *log_ctx);
Exemplo n.º 11
0
 public static extern void swr_free(ref libswresample.SwrContext *s);
Exemplo n.º 12
0
 public static extern int swr_is_initialized(libswresample.SwrContext *s);
Exemplo n.º 13
0
 public static extern int swr_init(libswresample.SwrContext *s);
Exemplo n.º 14
0
 public static extern int swr_config_frame(libswresample.SwrContext *swr, libavutil.AVFrame *_out, libavutil.AVFrame *_in);
Exemplo n.º 15
0
 public static extern int swr_convert_frame(libswresample.SwrContext *swr, libavutil.AVFrame *output, libavutil.AVFrame *input);
Exemplo n.º 16
0
 public static extern int swr_get_out_samples(libswresample.SwrContext *s, int in_samples);