ofDocsdocumentation sound ofSoundStreamSettings

ofSoundStreamSettings


getApi( )

ofSoundDevice::Api getApi()

getInDevice( )

const ofSoundDevice * getInDevice()

getOutDevice( )

const ofSoundDevice * getOutDevice()

setApi( ... )

bool setApi(ofSoundDevice::Api api)

setInDevice( ... )

bool setInDevice(const ofSoundDevice &device)

setInListener( ... )

void setInListener(Listener *inListener)

setOutDevice( ... )

bool setOutDevice(const ofSoundDevice &device)

setOutListener( ... )

void setOutListener(Listener *outListener)

~ofSoundStreamSettings( )

~ofSoundStreamSettings()

Variables

ofSoundDevice::Api api
size_t bufferSize
ofSoundDevice inDevice
size_t numBuffers
size_t numInputChannels
size_t numOutputChannels
ofSoundDevice outDevice
size_t sampleRate