| 186 |
* Play media to an established call using the mm device. |
* Play media to an established call using the mm device. |
| 187 |
* \param audio_uri - audio file. |
* \param audio_uri - audio file. |
| 188 |
* \param video_uri - video file. |
* \param video_uri - video file. |
| 189 |
|
* \param overlay - overlay content. |
| 190 |
* \param stop_digits - termination digits. |
* \param stop_digits - termination digits. |
| 191 |
* \param lang - language |
* \param lang - language |
| 192 |
* \param repeat_count - repetitions, use INT_MAX for infinite. |
* \param repeat_count - repetitions, use INT_MAX for infinite. |
| 193 |
*/ |
*/ |
| 194 |
virtual bool play( const std::string& audio_uri, |
virtual bool play( const std::string& audio_uri, |
| 195 |
const std::string& video_uri, |
const std::string& video_uri, |
| 196 |
|
const std::string& overlay, |
| 197 |
const std::string& stop_digits, |
const std::string& stop_digits, |
| 198 |
const std::string& lang, |
const std::string& lang, |
| 199 |
int repeat_count ); |
int repeat_count ); |