AVDEasyRoom.h

Includes:
"AVDCommon.h"
"AVDAudioParams.h"
"AVDVideoParams.h"
"AVDDevice.h"
"AVDUser.h"
"AVDRoom.h"
"AVDRoomInfo.h"
"AVDRoomStats.h"
"AVDVideoMixer.h"
"AVDVideoRenderer.h"
"AVDFakeVideoCapturer.h"
"AVDFakeAudioCapturer.h"

Introduction

Use the links in the table of contents to the left to access the documentation.



Classes

AVDEasyRoom

Protocols

AVDAudioRenderer
AVDEasyRoomDelegate


Enumerated Types

AVDOperateType

AVDOperateType


enum AVDOperateType { 
    ot_publishMicrophone = 1, 
    ot_unpublishMicrophone = 2, 
    ot_publishCamera = 3, 
    ot_unpublishCamera = 4, 
    ot_attachRender = 5, 
    ot_detachRender = 6, 
};  
Constants
ot_publishMicrophone

< 房间中分享本地音频

ot_unpublishMicrophone

< 房间中关闭分享本地音频

ot_publishCamera

< 房间中分享本地视频

ot_unpublishCamera

< 房间中关闭分享本地视频

ot_attachRender

< 房间中订阅显示视频

ot_detachRender

< 房间中取消订阅显示视频

Discussion

异步操作类型.