最終更新:2024-11-30 (土) 05:52:37 (8d)  

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_tstreamWanted stream
    intmodeOpen mode (see SND_PCM_NONBLOCK, SND_PCM_ASYNC)

snd_pcm_stream_t

mode

関連

参考