Data Fields | |
| int(* | enable )(snd_pcm_scope_t *scope) |
| Enable and prepare it using current params. | |
| void(* | disable )(snd_pcm_scope_t *scope) |
| Disable. | |
| void(* | start )(snd_pcm_scope_t *scope) |
| PCM has been started. | |
| void(* | stop )(snd_pcm_scope_t *scope) |
| PCM has been stopped. | |
| void(* | update )(snd_pcm_scope_t *scope) |
| New frames are present. | |
| void(* | reset )(snd_pcm_scope_t *scope) |
| Reset status. | |
| void(* | close )(snd_pcm_scope_t *scope) |
| PCM is closing. | |
|
|
PCM is closing.
|
|
|
Disable.
|
|
|
Enable and prepare it using current params.
|
|
|
Reset status.
|
|
|
PCM has been started.
|
|
|
PCM has been stopped.
|
|
|
New frames are present.
|
1.4.2