|
ZegoLiveRoom
|
#include "zego-api-defines.h"Go to the source code of this file.
Classes | |
| struct | ZEGO::MEDIA_RECORDER::ZegoMediaRecordConfig |
| class | ZEGO::MEDIA_RECORDER::IZegoMediaRecordCallback |
Namespaces | |
| namespace | ZEGO |
| namespace | ZEGO::MEDIA_RECORDER |
Functions | |
| ZEGOAVKIT_API bool | ZEGO::MEDIA_RECORDER::SetZegoMediaRecordCallback (IZegoMediaRecordCallback *pCB) |
| ZEGOAVKIT_API bool | ZEGO::MEDIA_RECORDER::StartRecord (ZegoMediaRecordChannelIndex channelIndex, ZegoMediaRecordType recordType, const char *storagePath, const bool enableStatusCallback=false, const int interval=3000, ZegoMediaRecordFormat recordFormat=ZegoMediaRecordFormat::ZEGO_MEDIA_RECORD_FLV, bool isFragment=false) |
| ZEGOAVKIT_API bool | ZEGO::MEDIA_RECORDER::StartRecord (ZegoMediaRecordConfig config) |
| ZEGOAVKIT_API void | ZEGO::MEDIA_RECORDER::StopRecord (ZegoMediaRecordChannelIndex channelIndex) |
| ZEGOAVKIT_API bool | ZEGO::MEDIA_RECORDER::StartRemoteRecord (const char *stream_id, ZegoMediaRecordConfig config) |
| ZEGOAVKIT_API void | ZEGO::MEDIA_RECORDER::StopRemoteRecord (const char *stream_id) |