C# 클래스 ASoundLIb.Asound

파일 보기 프로젝트 열기: crazyender/FFMPEG.net

공개 메소드들

메소드 설명
_snd_strerror ( int errnum ) : string
snd_pcm_hw_params_alloca ( ) : IntPtr
snd_pcm_params_free ( IntPtr param ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

_snd_strerror() 공개 정적인 메소드

public static _snd_strerror ( int errnum ) : string
errnum int
리턴 string

snd_pcm_hw_params_alloca() 공개 정적인 메소드

public static snd_pcm_hw_params_alloca ( ) : IntPtr
리턴 System.IntPtr

snd_pcm_params_free() 공개 정적인 메소드

public static snd_pcm_params_free ( IntPtr param ) : void
param System.IntPtr
리턴 void