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

Copyright(c) Sven Panne 2003-2015
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

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 String Source

Contains the name of the default capture device.

captureDeviceSpecifier :: Device -> GettableStateVar String Source

Contains the specifier string for the given capture device.

allCaptureDeviceSpecifiers :: GettableStateVar [String] Source

Contains a list of specifiers for all available capture devices.