OpenAL-1.3.1.3: A binding to the OpenAL cross-platform 3D audio API

Portabilityportable
Stabilityprovisional
Maintainersven.panne@aedion.de
Safe HaskellSafe-Infered

Sound.OpenAL.ALC.Capture

Description

This module corresponds to section 6.4.2. (Capture) of the OpenAL Specification and Reference (version 1.1).

Synopsis

Documentation

captureDefaultDeviceSpecifier :: GettableStateVar StringSource

Contains the name of the default capture device.

captureDeviceSpecifier :: Device -> GettableStateVar StringSource

Contains the specifier string for the given capture device.

allCaptureDeviceSpecifiers :: GettableStateVar [String]Source

Contains a list of specifiers for all available capture devices.