ZegoLiveRoom
LiveRoom-Player.h
Go to the documentation of this file.
1//
2// LiveRoom-Player.h
3// zegoliveroom
4//
5// Created by Randy Qiu on 2017/1/23.
6//
7//
8
9#ifndef LiveRoom_Player_h
10#define LiveRoom_Player_h
11
12#include "./LiveRoomDefines.h"
14#include "./RoomDefines.h"
15
16namespace AVE
17{
18 struct AudioFrame;
19 struct ExtAudioProcSet;
20 typedef ExtAudioProcSet ExtPostpSet;
21
30 typedef void (*OnPostpCallback)(const char* streamId, const AudioFrame& inFrame, AudioFrame& outFrame);
31}
32
33namespace ZEGO
34{
35 namespace LIVEROOM
36 {
43
53
62 ZEGO_API void UpdatePlayDecryptKey(const char* pszStreamID, const unsigned char *pKey, int nkeyLen);
63
80 ZEGO_API bool StartPlayingStream(const char* pszStreamID, void* pView, const char* pszParams = 0);
81
98 ZEGO_API bool StartPlayingStream2(const char* pszStreamID, void* pView, ZegoStreamExtraPlayInfo* info=nullptr);
99
116 ZEGO_API bool StartPlayingStream2(const char* pszStreamID, const AV::ZegoView &pView, ZegoStreamExtraPlayInfo* info=nullptr);
117
133
149
160 ZEGO_API bool UpdatePlayView(void* pView, const char* pszStreamID);
161
172 ZEGO_API bool UpdatePlayView(const AV::ZegoView &view, const char* streamID);
173
180 ZEGO_API bool StopPlayingStream(const char* pszStreamID);
181
193 ZEGO_API int RequestJoinLive(const char* pszRoomID = nullptr);
194
208 ZEGO_API bool RespondInviteJoinLiveReq(int seq, int rspResult, const char* pszRoomID = nullptr);
209
210
211 // * player config
212
228 ZEGO_API bool RequireHardwareDecoder(bool enable, const char* pszStreamID = nullptr);
229
230
237
247 ZEGO_API bool EnableSpeaker(bool bEnable);
248
262
276 ZEGO_API bool SetPlayVolume(int volume, const char* pszStreamID = 0);
277
290 ZEGO_API float GetSoundLevel(const char* pszStreamID);
291
305 ZEGO_API bool SetViewMode(ZegoVideoViewMode mode, const char* pszStreamID);
306
317 ZEGO_API bool SetViewBackgroundColor(int color, const char* pszStreamID);
318
331 ZEGO_API bool TakeSnapshot(const char* pszStreamID);
332
333
334 // * advanced config
335
346 ZEGO_API int ActivateAudioPlayStream(const char* pszStreamID, bool bActive);
347
361
376 ZEGO_API int ActivateVideoPlayStream(const char* pszStreamID, bool bActive, AV::VideoStreamLayer videoLayer = AV::VideoStreamLayer_Auto);
377
391
405 ZEGO_API bool SetViewRotation(int nRotation, const char* pszStreamID);
406
416 ZEGO_API bool EnableViewMirror(bool bEnable, const char* pszStreamID);
417
427 ZEGO_API bool SetPlayQualityMonitorCycle(unsigned int timeInMS);
428
439
448 ZEGO_API void EnableAudioPostp(bool enable, const char* streamID);
449
450 // * audio record
451
463 ZEGO_API bool EnableSelectedAudioRecord(unsigned int uMask, int nSampleRate = 44100, int nChannels = 1);
464
472
483 ZEGO_API bool SetPlayStreamFocus(const char* streamID);
484
496 ZEGO_API bool SetRecvBufferLevelLimit(int minBufferLevel, int maxBufferLevel, const char* streamID);
497
509 ZEGO_API bool SetAudioMixMode(AV::ZegoAudioMixMode mixMode, const char** pszStreamIDList, int num);
510
520 ZEGO_API bool EnablePlayVirtualStereo(bool enable, int angle, const char* streamID);
521
530 ZEGO_API ROOM::ZegoUser GetUserByStreamID(const char *pszStreamID);
531
543
556
557#if TARGET_OS_IPHONE
566 ZEGO_API void SetViewCropRect(AV::ZegoRect cropRect, AV::ZegoSize originalSize, const char* streamID);
567#endif // TARGET_OS_IPHONE
568
577
588 ZEGO_API bool UpdatePlayToken(const char* pszStreamID, const unsigned char* token, int tokenlen);
589
590#if TARGET_OS_IPHONE || defined(ANDROID)
598 ZEGO_API void InitVideoSuperResolution();
599
609 ZEGO_API void EnableVideoSuperResolution(const char* streamID, bool enable);
610
618 ZEGO_API void UninitVideoSuperResolution();
619#endif
620 }
621}
622
623#endif /* LiveRoom_Player_h */
#define ZEGO_API
Definition: RoomDefines.h:19
Definition: AVDefines.h:21
Definition: LiveRoomCallback-Player.h:20
Definition: audio_capture.h:4
struct ExtAudioProcSet ExtPostpSet
Definition: audio_in_output.h:145
void(* OnPostpCallback)(const char *streamId, const AudioFrame &inFrame, AudioFrame &outFrame)
Definition: audio_in_output.h:146
VideoStreamLayer
Definition: zego-api-defines.h:984
@ VideoStreamLayer_Auto
Definition: zego-api-defines.h:985
ZegoAudioMixMode
Definition: zego-api-defines.h:1274
ZegoVideoCodecBackend
Definition: zego-api-defines.h:104
ZegoVideoCodecAvc
Definition: zego-api-defines.h:93
ZegoVideoViewMode
Definition: LiveRoomDefines.h:33
ZEGO_API bool SetRecvBufferLevelLimit(int minBufferLevel, int maxBufferLevel, const char *streamID)
ZEGO_API ROOM::ZegoUser GetUserByStreamID(const char *pszStreamID)
ZEGO_API bool SetLivePlayerCallback(ILivePlayerCallback *pCB)
ZEGO_API bool SetViewBackgroundColor(int color, const char *pszStreamID)
ZEGO_API bool SetViewRotation(int nRotation, const char *pszStreamID)
ZEGO_API void EnableAudioPostp(bool enable, const char *streamID)
ZEGO_API int GetMaxPlayChannelCount()
ZEGO_API int ActivateAllVideoPlayStream(bool bActive)
ZEGO_API bool StopPlayingStream(const char *pszStreamID)
ZEGO_API int RequestJoinLive(const char *pszRoomID=nullptr)
ZEGO_API bool SetBuiltInSpeakerOn(bool bOn)
ZEGO_API bool SetAudioRecordCallback(AV::IZegoAudioRecordCallback *pCB)
ZEGO_API bool SwitchPlayingStream(const ZegoSwitchStreamParams *switchParams)
ZEGO_API int SetPlayStreamsAlignmentProperty(int alignment)
ZEGO_API bool UpdatePlayToken(const char *pszStreamID, const unsigned char *token, int tokenlen)
ZEGO_API bool RespondInviteJoinLiveReq(int seq, int rspResult, const char *pszRoomID=nullptr)
ZEGO_API bool SetPlayVolume(int volume, const char *pszStreamID=0)
ZEGO_API bool StartPlayingStream(const char *pszStreamID, void *pView, const char *pszParams=0)
ZEGO_API bool EnableSelectedAudioRecord(unsigned int uMask, int nSampleRate=44100, int nChannels=1)
ZEGO_API bool EnableViewMirror(bool bEnable, const char *pszStreamID)
ZEGO_API void SetAudioPostpCallback(AVE::OnPostpCallback callback, const AVE::ExtPostpSet &config)
ZEGO_API int ActivateAudioPlayStream(const char *pszStreamID, bool bActive)
ZEGO_API int ActivateAllAudioPlayStream(bool bActive)
ZEGO_API bool SetPlayStreamFocus(const char *streamID)
ZEGO_API bool SetAudioMixMode(AV::ZegoAudioMixMode mixMode, const char **pszStreamIDList, int num)
ZEGO_API int ActivateVideoPlayStream(const char *pszStreamID, bool bActive, AV::VideoStreamLayer videoLayer=AV::VideoStreamLayer_Auto)
ZEGO_API bool SetViewMode(ZegoVideoViewMode mode, const char *pszStreamID)
ZEGO_API bool EnablePlayVirtualStereo(bool enable, int angle, const char *streamID)
ZEGO_API float GetSoundLevel(const char *pszStreamID)
ZEGO_API bool TakeSnapshot(const char *pszStreamID)
ZEGO_API bool RequireHardwareDecoder(bool enable, const char *pszStreamID=nullptr)
ZEGO_API bool StartPlayingStreamWithParams(const ZegoPlayStreamParams *playParams)
ZEGO_API int GetAudioRouteType()
ZEGO_API void UpdatePlayDecryptKey(const char *pszStreamID, const unsigned char *pKey, int nkeyLen)
ZEGO_API bool IsVideoDecoderSupported(AV::ZegoVideoCodecAvc codecID)
ZEGO_API bool StartPlayingStream2(const char *pszStreamID, void *pView, ZegoStreamExtraPlayInfo *info=nullptr)
ZEGO_API bool SetPlayQualityMonitorCycle(unsigned int timeInMS)
ZEGO_API bool UpdatePlayView(void *pView, const char *pszStreamID)
ZEGO_API bool EnableSpeaker(bool bEnable)
Definition: AVDefines.h:17
Definition: audio_in_output.h:84
Definition: zego-api-defines.h:1332
Definition: zego-api-defines.h:1346
Definition: zego-api-defines.h:1545
Definition: LiveRoomDefines.h:266
Definition: LiveRoomDefines.h:295
Definition: RoomDefines.h:173