9#ifndef LiveRoom_Player_h
10#define LiveRoom_Player_h
19 struct ExtAudioProcSet;
30 typedef void (*
OnPostpCallback)(
const char* streamId,
const AudioFrame& inFrame, AudioFrame& outFrame);
590#if TARGET_OS_IPHONE || defined(ANDROID)
598 ZEGO_API void InitVideoSuperResolution();
609 ZEGO_API void EnableVideoSuperResolution(
const char* streamID,
bool enable);
618 ZEGO_API void UninitVideoSuperResolution();
#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