|
Blender
V2.59
|
Specification of a sound device. More...
#include <AUD_Space.h>
Public Attributes | |
| AUD_SampleFormat | format |
| Sample format. | |
| union { | |
| struct { | |
| AUD_SampleRate rate | |
| Sample rate in Hz. | |
| AUD_Channels channels | |
| Channel count. | |
| } | |
| AUD_Specs specs | |
| }; | |
Specification of a sound device.
Definition at line 163 of file AUD_Space.h.
| union { ... } |
Channel count.
Definition at line 176 of file AUD_Space.h.
Referenced by AUD_JackDevice::AUD_JackDevice(), AUD_OpenALDevice::AUD_OpenALDevice(), AUD_readSound(), AUD_readSoundBuffer(), AUD_SDLDevice::AUD_SDLDevice(), Device_get_channels(), Device_new(), AUD_ChannelMapperFactory::getMapping(), AUD_NULLDevice::getSpecs(), AUD_OpenALDevice::play(), AUD_DefaultMixer::prepare(), AUD_ConverterReader::read(), AUD_Mixer::superpose(), and AUD_JackDevice::~AUD_JackDevice().
Sample format.
Definition at line 166 of file AUD_Space.h.
Referenced by AUD_ConverterReader::AUD_ConverterReader(), AUD_JackDevice::AUD_JackDevice(), AUD_Mixer::AUD_Mixer(), AUD_OpenALDevice::AUD_OpenALDevice(), AUD_readSound(), AUD_SDLDevice::AUD_SDLDevice(), AUD_SequencerReader::AUD_SequencerReader(), AUD_ConverterFactory::createReader(), Device_get_format(), Device_new(), AUD_NULLDevice::getSpecs(), AUD_OpenALDevice::play(), and AUD_ReadDevice::read().
Sample rate in Hz.
Definition at line 173 of file AUD_Space.h.
Referenced by AUD_JackDevice::AUD_JackDevice(), AUD_OpenALDevice::AUD_OpenALDevice(), AUD_readSound(), AUD_readSoundBuffer(), AUD_SDLDevice::AUD_SDLDevice(), AUD_LinearResampleFactory::createReader(), AUD_SRCResampleFactory::createReader(), Device_get_rate(), Device_new(), AUD_JackDevice::getPlaybackPosition(), AUD_SoftwareDevice::getPosition(), AUD_NULLDevice::getSpecs(), AUD_OpenALDevice::play(), AUD_DefaultMixer::prepare(), AUD_SequencerReader::read(), AUD_OpenALDevice::seek(), AUD_JackDevice::seekPlayback(), and AUD_OpenALDevice::updateStreams().
Definition at line 178 of file AUD_Space.h.
Referenced by AUD_ConverterReader::AUD_ConverterReader(), AUD_SequencerReader::AUD_SequencerReader(), AUD_LinearResampleFactory::createReader(), AUD_SRCResampleFactory::createReader(), AUD_ConverterReader::getSpecs(), AUD_SequencerReader::getSpecs(), AUD_OpenALDevice::play(), AUD_DefaultMixer::prepare(), AUD_OpenALDevice::seek(), and AUD_OpenALDevice::updateStreams().