Blender V2.61 - r43446
|
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 220 of file AUD_Space.h.
union { ... } |
Channel count.
Definition at line 233 of file AUD_Space.h.
Referenced by AUD_FFMPEGWriter::AUD_FFMPEGWriter(), AUD_JackDevice::AUD_JackDevice(), AUD_monoSound(), AUD_OpenALDevice::AUD_OpenALDevice(), AUD_readSound(), AUD_readSoundBuffer(), AUD_SDLDevice::AUD_SDLDevice(), AUD_SndFileWriter::AUD_SndFileWriter(), BL_ConvertActuators(), AUD_Mixer::clear(), AUD_ChannelMapperFactory::createReader(), Device_get_channels(), Device_new(), AUD_NULLDevice::getSpecs(), AUD_Mixer::mix(), AUD_SoftwareDevice::play(), AUD_Mixer::read(), sound_mixdown_exec(), AUD_FFMPEGWriter::write(), AUD_FFMPEGWriter::~AUD_FFMPEGWriter(), and AUD_JackDevice::~AUD_JackDevice().
Sample format.
Definition at line 223 of file AUD_Space.h.
Referenced by AUD_FFMPEGWriter::AUD_FFMPEGWriter(), AUD_JackDevice::AUD_JackDevice(), AUD_Mixer::AUD_Mixer(), AUD_monoSound(), AUD_OpenALDevice::AUD_OpenALDevice(), AUD_ReadDevice::AUD_ReadDevice(), AUD_readSound(), AUD_SDLDevice::AUD_SDLDevice(), AUD_SndFileWriter::AUD_SndFileWriter(), BL_ConvertActuators(), AUD_ConverterFactory::createReader(), Device_get_format(), Device_new(), AUD_NULLDevice::getSpecs(), AUD_OpenALDevice::play(), AUD_ReadDevice::read(), AUD_FFMPEGReader::read(), and sound_mixdown_exec().
Sample rate in Hz.
Definition at line 230 of file AUD_Space.h.
Referenced by AUD_FFMPEGWriter::AUD_FFMPEGWriter(), AUD_JackDevice::AUD_JackDevice(), AUD_monoSound(), AUD_OpenALDevice::AUD_OpenALDevice(), AUD_readSound(), AUD_readSoundBuffer(), AUD_SDLDevice::AUD_SDLDevice(), AUD_SndFileWriter::AUD_SndFileWriter(), BL_ConvertActuators(), Device_get_rate(), Device_new(), AUD_JackDevice::getPlaybackPosition(), AUD_NULLDevice::getSpecs(), AUD_FFMPEGReader::seek(), AUD_JackDevice::seekPlayback(), sound_mixdown_exec(), and AUD_OpenALDevice::updateStreams().
Definition at line 235 of file AUD_Space.h.
Referenced by AUD_mixdown(), AUD_openMixdownDevice(), AUD_ReadDevice::AUD_ReadDevice(), AUD_readSound(), AUD_ReadDevice::changeSpecs(), AUD_SRCResampleFactory::createReader(), AUD_LinearResampleFactory::createReader(), AUD_JOSResampleFactory::createReader(), AUD_FFMPEGReader::getSpecs(), AUD_SoftwareDevice::play(), AUD_Mixer::setSpecs(), AUD_SoftwareDevice::setSpecs(), and AUD_OpenALDevice::updateStreams().