Searched defs:AlsaCapture (Results 1 – 1 of 1) sorted by relevance
27 struct AlsaCapture { struct40 int32_t (*Init)(struct AlsaCapture*); argument41 int32_t (*Open)(struct AlsaCapture *); argument43 int32_t (*Start)(struct AlsaCapture *); argument44 int32_t (*Stop)(struct AlsaCapture *); argument45 int32_t (*Close)(struct AlsaCapture *); argument47 int32_t (*GetMmapPosition)(struct AlsaCapture *); argument53 int32_t (*SetVolume)(struct AlsaCapture *, long); argument58 int32_t (*SetGain)(struct AlsaCapture *, float); argument61 bool (*GetMute)(struct AlsaCapture *); argument[all …]