コード例 #1
0
 public static extern long swr_get_delay(libswresample.SwrContext *s, long _base);
コード例 #2
0
 public static extern int swr_drop_output(libswresample.SwrContext *s, int count);
コード例 #3
0
 public static extern int swr_inject_silence(libswresample.SwrContext *s, int count);
コード例 #4
0
 public static extern int swr_set_channel_mapping(libswresample.SwrContext *s, int *channel_map);
コード例 #5
0
 public static extern int swr_set_matrix(libswresample.SwrContext *s, double *matrix, int stride);
コード例 #6
0
 public static extern long swr_next_pts(libswresample.SwrContext *s, long pts);
コード例 #7
0
 public static extern int swr_set_compensation(libswresample.SwrContext *s, int sample_delta, int compensation_distance);
コード例 #8
0
 public static extern void swr_close(libswresample.SwrContext *s);
コード例 #9
0
 public static extern int swr_convert(libswresample.SwrContext *s, ref byte *_out, int out_count, ref byte *_in, int in_count);
コード例 #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);
コード例 #11
0
 public static extern void swr_free(ref libswresample.SwrContext *s);
コード例 #12
0
 public static extern int swr_is_initialized(libswresample.SwrContext *s);
コード例 #13
0
 public static extern int swr_init(libswresample.SwrContext *s);
コード例 #14
0
 public static extern int swr_config_frame(libswresample.SwrContext *swr, libavutil.AVFrame *_out, libavutil.AVFrame *_in);
コード例 #15
0
 public static extern int swr_convert_frame(libswresample.SwrContext *swr, libavutil.AVFrame *output, libavutil.AVFrame *input);
コード例 #16
0
 public static extern int swr_get_out_samples(libswresample.SwrContext *s, int in_samples);