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

av_resample() private method

private av_resample ( AVResampleContext @c, short @dst, short @src, int @consumed, int @src_size, int @dst_size, int @update_ctx ) : int
@c AVResampleContext
@dst short
@src short
@consumed int
@src_size int
@dst_size int
@update_ctx int
return int
        public static extern int av_resample(AVResampleContext* @c, short* @dst, short* @src, int* @consumed, int @src_size, int @dst_size, int @update_ctx);
        
ffmpeg