C# Class CSPspEmu.Core.Audio.Impl.Alsa.Alsa

ALSA P/Invoke class
Show file Open project: soywiz/cspspemu Class Usage Examples

Private Methods

Method Description
snd_pcm_avail ( IntPtr playback_handle ) : int
snd_pcm_avail_update ( IntPtr playback_handle ) : int
snd_pcm_close ( IntPtr playback_handle ) : int
snd_pcm_hw_params ( IntPtr playback_handle, IntPtr hw_params ) : int
snd_pcm_hw_params_any ( IntPtr playback_handle, IntPtr hw_params ) : int
snd_pcm_hw_params_free ( IntPtr hw_params ) : int
snd_pcm_hw_params_malloc ( IntPtr hw_params ) : int
snd_pcm_hw_params_set_access ( IntPtr playback_handle, IntPtr hw_params, snd_pcm_access snd_pcm_access ) : int
snd_pcm_hw_params_set_buffer_size ( IntPtr playback_handle, IntPtr hw_params, int val ) : int
snd_pcm_hw_params_set_buffer_time_near ( IntPtr playback_handle, IntPtr hw_params, int val, int dir ) : int
snd_pcm_hw_params_set_channels ( IntPtr playback_handle, IntPtr hw_params, int p ) : int
snd_pcm_hw_params_set_format ( IntPtr playback_handle, IntPtr hw_params, snd_pcm_format snd_pcm_format ) : int
snd_pcm_hw_params_set_period_size ( IntPtr playback_handle, IntPtr hw_params, int val, int dir ) : int
snd_pcm_hw_params_set_period_time_near ( IntPtr playback_handle, IntPtr hw_params, int val, int dir ) : int
snd_pcm_hw_params_set_periods ( IntPtr playback_handle, IntPtr hw_params, int periods, int dir ) : int
snd_pcm_hw_params_set_rate_near ( IntPtr playback_handle, IntPtr hw_params, int val, void dir ) : int
snd_pcm_open ( IntPtr playback_handle, string card, snd_pcm_stream_t device, int mode ) : int
snd_pcm_open_lconf ( IntPtr playback_handle, string name, snd_pcm_stream_t stream, int mode, snd_config_t &lconf ) : int
snd_pcm_open_preferred ( IntPtr playback_handle, int rcard, int rdevice, int mode ) : int
snd_pcm_playback_format ( IntPtr playback_handle, snd_pcm_format &format ) : int
snd_pcm_prepare ( IntPtr playback_handle ) : int
snd_pcm_start ( IntPtr playback_handle ) : int
snd_pcm_state ( IntPtr playback_handle ) : _snd_pcm_state
snd_pcm_writei ( IntPtr playback_handle, void buffer, int size ) : int