|
| static ErrCodeE | PushFrame (int32_t chn, MediaAdec::Frame &frame, int32_t timeoutMs=1000) |
| | 发送音频帧到媒体服务进行解码播放,这里发送的音频帧的编码格式需要与MediaClientAenc中配置的解码格式一致 更多...
|
| |
| static ErrCodeE | PushRawPcm (int32_t chn, MediaAdec::Frame &frame, int32_t timeoutMs=1000) |
| | 发送Pcm音频帧到媒体服务直接播放 更多...
|
| |
| static ErrCodeE | PlayFile (int32_t chn, const char *path, int32_t timeoutMs=1000) |
| | 添加音频文件路径至媒体服务的播放列表中,添加后此函数就会返回,列表为空时会立刻播放 更多...
|
| |
| static ErrCodeE | PlayFileWithVolume (int32_t chn, const char *path, int32_t volume, int32_t timeoutMs=1000) |
| | 添加音频文件路径至媒体服务的播放列表中,添加后此函数就会返回,列表为空时会立刻播放 更多...
|
| |
| static ErrCodeE | PlayCtrlQuit (int32_t chn, bool fullInterrupt=true, int32_t timeoutMs=1000) |
| | 终止播放并清空媒体服务播放列表 更多...
|
| |