sipxmediaadapterlib  Version 3.3
Todo List
Member CpMediaInterface::pauseAudio ()=0
This method should also take an optional uniqueId representing a particular playing instance to pause, instead of all of them.
Member CpMediaInterface::playBuffer (char *buf, unsigned long bufSize, uint32_t bufRate, int type, UtlBoolean repeat, UtlBoolean local, UtlBoolean remote, OsProtectedEvent *event=NULL, UtlBoolean mixWithMic=false, int downScaling=100, UtlBoolean autoStopOnFinish=TRUE)=0
This method should also specify the audio format (e.g. samples/per second, etc.).
Member CpMediaInterface::resumeAudio ()=0
This method should also take an optional uniqueId representing a particular paused instance to resume, instead of all of them.