C# Class ASoundLIb.Asound

Show file Open project: crazyender/FFMPEG.net

Public Methods

Method Description
_snd_strerror ( int errnum ) : string
snd_pcm_hw_params_alloca ( ) : IntPtr
snd_pcm_params_free ( IntPtr param ) : void

Private Methods

Method Description
snd_pcm_close ( IntPtr pcm ) : int
snd_pcm_hw_params ( IntPtr pcm, IntPtr @params ) : int
snd_pcm_hw_params_any ( IntPtr pcm, IntPtr @params ) : int
snd_pcm_hw_params_set_access ( IntPtr pcm, IntPtr @params, snd_pcm_access_t access ) : int
snd_pcm_hw_params_set_channels ( IntPtr pcm, IntPtr @params, int val ) : int
snd_pcm_hw_params_set_format ( IntPtr pcm, IntPtr @params, snd_pcm_format_t val ) : int
snd_pcm_hw_params_set_period_size_near ( IntPtr pcm, IntPtr @params, ulong &val, int &dir ) : int
snd_pcm_hw_params_set_rate_near ( IntPtr pcm, IntPtr @params, int &val, int &dir ) : int
snd_pcm_hw_params_sizeof ( ) : int
snd_pcm_open ( IntPtr &pcm, [ name, snd_pcm_stream_t stream, int mode ) : int
snd_pcm_writei ( IntPtr pcm, IntPtr buffer, uint size ) : long
snd_strerror ( int errnum ) : IntPtr

Method Details

_snd_strerror() public static method

public static _snd_strerror ( int errnum ) : string
errnum int
return string

snd_pcm_hw_params_alloca() public static method

public static snd_pcm_hw_params_alloca ( ) : IntPtr
return System.IntPtr

snd_pcm_params_free() public static method

public static snd_pcm_params_free ( IntPtr param ) : void
param System.IntPtr
return void