ofDocsdocumentation sound ofxiPhoneSoundStream

ofxiPhoneSoundStream


close( )

void close()

getNumInputChannels( )

int getNumInputChannels()

getNumOutputChannels( )

int getNumOutputChannels()

getTickCount( )

long unsigned long getTickCount()

listDevices( )

void listDevices()

ofxiPhoneSoundStream( )

ofxiPhoneSoundStream()

setDeviceID( ... )

void setDeviceID(int deviceID)

setInput( ... )

void setInput(ofBaseSoundInput *soundInput)

setOutput( ... )

void setOutput(ofBaseSoundOutput *soundOutput)

setup( ... )

bool setup(int outChannels, int inChannels, int sampleRate, int bufferSize, int nBuffers)

setup( ... )

bool setup(ofBaseApp *app, int outChannels, int inChannels, int sampleRate, int bufferSize, int nBuffers)

start( )

void start()

stop( )

void stop()

~ofxiPhoneSoundStream( )

~ofxiPhoneSoundStream()