Expand description
Structs
- ALSA’s implementation for
Devices
. - The default linux, dragonfly, freebsd and netbsd host type.
- The
Device
implementation associated with the platform’s dynamically dispatchedHost
type. - The
Devices
iterator associated with the platform’s dynamically dispatchedHost
type. - The platform’s dynamically dispatched
Host
type. - The
Stream
implementation associated with the platform’s dynamically dispatchedHost
type. - The
SupportedInputConfigs
iterator associated with the platform’s dynamically dispatchedHost
type. - The
SupportedOutputConfigs
iterator associated with the platform’s dynamically dispatchedHost
type.
Enums
- Contains a platform specific
Device
implementation. - Contains a platform specific
Devices
implementation. - Unique identifier for available hosts on the platform.
- Contains a platform specific
Host
implementation. - Contains a platform specific
Stream
implementation.
Constants
- All hosts supported by CPAL on this platform.
Functions
- Produces a list of hosts that are currently available on the system.
- The default host for the current compilation target platform.
- Given a unique host identifier, initialise and produce the host if it is available.