Audaspace 1.7.0
A high level audio library.
|
This is the complete list of members for ReadDevice, including all inherited members.
changeSpecs(Specs specs) | ReadDevice | |
create() | SoftwareDevice | protected |
destroy() | SoftwareDevice | protected |
getDistanceModel() const | SoftwareDevice | virtual |
getDopplerFactor() const | SoftwareDevice | virtual |
getListenerLocation() const | SoftwareDevice | virtual |
getListenerOrientation() const | SoftwareDevice | virtual |
getListenerVelocity() const | SoftwareDevice | virtual |
getSpecs() const | SoftwareDevice | virtual |
getSpeedOfSound() const | SoftwareDevice | virtual |
getSynchronizerPosition() (defined in SoftwareDevice) | SoftwareDevice | virtual |
getVolume() const | SoftwareDevice | virtual |
isSynchronizerPlaying() (defined in SoftwareDevice) | SoftwareDevice | virtual |
lock() | SoftwareDevice | virtual |
m_mixer | SoftwareDevice | protected |
m_quality | SoftwareDevice | protected |
m_specs | SoftwareDevice | protected |
mix(data_t *buffer, int length) | SoftwareDevice | protected |
play(std::shared_ptr< IReader > reader, bool keep=false) | SoftwareDevice | virtual |
play(std::shared_ptr< ISound > sound, bool keep=false) | SoftwareDevice | virtual |
playing(bool playing) | ReadDevice | protectedvirtual |
playSynchronizer() (defined in SoftwareDevice) | SoftwareDevice | virtual |
read(data_t *buffer, int length) | ReadDevice | |
ReadDevice(DeviceSpecs specs) | ReadDevice | |
ReadDevice(Specs specs) | ReadDevice | |
seekSynchronizer(double time) (defined in SoftwareDevice) | SoftwareDevice | virtual |
setDistanceModel(DistanceModel model) | SoftwareDevice | virtual |
setDopplerFactor(float factor) | SoftwareDevice | virtual |
setListenerLocation(const Vector3 &location) | SoftwareDevice | virtual |
setListenerOrientation(const Quaternion &orientation) | SoftwareDevice | virtual |
setListenerVelocity(const Vector3 &velocity) | SoftwareDevice | virtual |
setPanning(IHandle *handle, float pan) | SoftwareDevice | static |
setQuality(ResampleQuality quality) | SoftwareDevice | |
setSpecs(Specs specs) | SoftwareDevice | protected |
setSpecs(DeviceSpecs specs) | SoftwareDevice | protected |
setSpeedOfSound(float speed) | SoftwareDevice | virtual |
setSyncCallback(syncFunction function, void *data) (defined in SoftwareDevice) | SoftwareDevice | virtual |
setVolume(float volume) | SoftwareDevice | virtual |
SoftwareDevice() | SoftwareDevice | protected |
stopAll() | SoftwareDevice | virtual |
stopSynchronizer() (defined in SoftwareDevice) | SoftwareDevice | virtual |
syncFunction typedef | IDevice | |
unlock() | SoftwareDevice | virtual |
~IDevice() | IDevice | inlinevirtual |
~ReadDevice() | ReadDevice | virtual |