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

avcodec_fill_audio_frame() private method

private avcodec_fill_audio_frame ( AVFrame @frame, int @nb_channels, AVSampleFormat @sample_fmt, sbyte @buf, int @buf_size, int @align ) : int
@frame AVFrame
@nb_channels int
@sample_fmt AVSampleFormat
@buf sbyte
@buf_size int
@align int
return int
        public static extern int avcodec_fill_audio_frame(AVFrame* @frame, int @nb_channels, AVSampleFormat @sample_fmt, sbyte* @buf, int @buf_size, int @align);
        
ffmpeg