ALSA project - the C library reference
Data Fields
snd_pcm_ioplug_callback_t Struct Reference

Data Fields

int(* start )(snd_pcm_ioplug_t *io)
int(* stop )(snd_pcm_ioplug_t *io)
snd_pcm_sframes_t(* pointer )(snd_pcm_ioplug_t *io)
snd_pcm_sframes_t(* transfer )(snd_pcm_ioplug_t *io, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size)
int(* close )(snd_pcm_ioplug_t *io)
int(* hw_params )(snd_pcm_ioplug_t *io, snd_pcm_hw_params_t *params)
int(* hw_free )(snd_pcm_ioplug_t *io)
int(* sw_params )(snd_pcm_ioplug_t *io, snd_pcm_sw_params_t *params)
int(* prepare )(snd_pcm_ioplug_t *io)
int(* drain )(snd_pcm_ioplug_t *io)
int(* pause )(snd_pcm_ioplug_t *io, int enable)
int(* resume )(snd_pcm_ioplug_t *io)
int(* poll_descriptors_count )(snd_pcm_ioplug_t *io)
int(* poll_descriptors )(snd_pcm_ioplug_t *io, struct pollfd *pfd, unsigned int space)
int(* poll_revents )(snd_pcm_ioplug_t *io, struct pollfd *pfd, unsigned int nfds, unsigned short *revents)
void(* dump )(snd_pcm_ioplug_t *io, snd_output_t *out)
int(* delay )(snd_pcm_ioplug_t *io, snd_pcm_sframes_t *delayp)
snd_pcm_chmap_query_t **(* query_chmaps )(snd_pcm_ioplug_t *io)
snd_pcm_chmap_t *(* get_chmap )(snd_pcm_ioplug_t *io)
int(* set_chmap )(snd_pcm_ioplug_t *io, const snd_pcm_chmap_t *map)

Detailed Description

Callback table of ioplug


Field Documentation

close the PCM; optional

get the delay for the running PCM; optional; since v1.0.1

drain; optional

dump; optional

get the channel map; optional; since v1.0.2

hw_free; optional

hw_params; optional

toggle pause; optional

get the current DMA position; required

int(* snd_pcm_ioplug_callback_t::poll_descriptors)(snd_pcm_ioplug_t *io, struct pollfd *pfd, unsigned int space)

poll descriptors; optional

poll descriptors count; optional

int(* snd_pcm_ioplug_callback_t::poll_revents)(snd_pcm_ioplug_t *io, struct pollfd *pfd, unsigned int nfds, unsigned short *revents)

mangle poll events; optional

prepare; optional

query the channel maps; optional; since v1.0.2

resume; optional

set the channel map; optional; since v1.0.2

start the PCM; required

stop the PCM; required

sw_params; optional

transfer the data; optional


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines