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

swr_convert() private method

private swr_convert ( SwrContext @s, sbyte @out, int @out_count, sbyte @in, int @in_count ) : int
@s SwrContext
@out sbyte
@out_count int
@in sbyte
@in_count int
return int
        public static extern int swr_convert(SwrContext* @s, sbyte** @out, int @out_count, sbyte** @in, int @in_count);
        
ffmpeg