#include <SoundPlayerPool.h>
|
sptr< SoundPlayer > | play (const std::string &filePath, const std::string &streamClass, bool repeat, int duration) |
|
void | stop (sptr< SoundPlayer > player) |
|
void | playFeedback (const std::string &name, const std::string &sinkName=std::string()) |
|
sptr< SoundPlayer > SoundPlayerPool::play |
( |
const std::string & |
filePath, |
|
|
const std::string & |
streamClass, |
|
|
bool |
repeat, |
|
|
int |
duration |
|
) |
| |
void SoundPlayerPool::playFeedback |
( |
const std::string & |
name, |
|
|
const std::string & |
sinkName = std::string() |
|
) |
| |
void SoundPlayerPool::stop |
( |
sptr< SoundPlayer > |
player | ) |
|
The documentation for this class was generated from the following files: