FFmpeg.AutoGen.ffmpeg.swr_config_frame C# (CSharp) Method

swr_config_frame() private method

private swr_config_frame ( SwrContext @swr, AVFrame @out, AVFrame @in ) : int
@swr SwrContext
@out AVFrame
@in AVFrame
return int
        public static extern int swr_config_frame(SwrContext* @swr, AVFrame* @out, AVFrame* @in);
        
ffmpeg