最終更新:2023-03-07 (火) 06:58:47 (417d)  

snd_pcm_open
Top / snd_pcm_open

Opens a PCM.

https://www.alsa-project.org/alsa-doc/alsa-lib/group___p_c_m.html#ga8340c7dc0ac37f37afe5e7c21d6c528b

  • int snd_pcm_open(snd_pcm_t ** 	pcmp,
    const char * 	name,
    snd_pcm_stream_t 	stream,
    int 	mode 
    )	

パラメータ

  • snd_pcm_tpcmpReturned PCM handle
    char*nameASCII identifier of the PCM handle
    snd_pcm_stream_t?streamWanted stream
    intmodeOpen mode (see SND_PCM_NONBLOCK, SND_PCM_ASYNC)

snd_pcm_stream_t?

mode

関連

参考