Tao.FFmpeg SDK Documentation

FFmpeg.avcodec_decode_audio2 Method 

[Visual Basic]
Public Shared Function avcodec_decode_audio2( _
   ByVal pAVCodecContext As IntPtr, _
   ByVal samples As IntPtr, _
   ByRef frame_size_ptr As Integer, _
   ByVal buf As IntPtr, _
   ByVal buf_size As Integer _
) As Integer
[C#]
public static int avcodec_decode_audio2(
   IntPtr pAVCodecContext,
   IntPtr samples,
   out int frame_size_ptr,
   IntPtr buf,
   int buf_size
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace