C++SDK
1.0.0
|
类 | |
struct | Camera |
struct | ContrllerEndScreenInfo |
class | DestroyNotify |
class | FakeAudioCapturer |
class | FakeVideoCapturer |
class | IAudioDevice |
class | IAudioMixer |
class | IAudioRender |
class | IAVDEngine |
class | IAVDLive |
class | IAVDOutgoing |
class | IAVDRecord |
class | IAVDScreenRecorder |
class | IAVDTrace |
class | IAVImporter |
class | ICameraDevice |
class | ICameraManager |
class | IEasyRoom |
class | IFirstFrameListener |
class | ILivecast |
class | IMAnnotaionInternal |
class | IMAnnotation |
class | IMAudio |
class | IMChat |
class | IMixRecorder |
class | IMLivecast |
class | IMLocalRecord |
class | IModule |
class | IMScreen |
class | IMSvrLive |
class | IMUserManager |
class | IMVideo |
class | IMVideoMixer |
class | IMWhiteboardModule |
class | IRemoteCtrl |
class | IRemoteCtrllor |
class | IRemoteEnd |
class | IRoom |
class | IRoomVideo |
class | IToolbar |
class | IVideo |
class | IVideoFrame |
class | IVideoMixer |
class | IVideoRender |
class | IVideoRenderView |
struct | Message |
struct | RecordInfo |
struct | RemoteInfo |
class | RtspClient |
class | User |
struct | VideoCapability |
struct | Whiteboard |
类型定义 | |
typedef RecordInfo * | LPRecordInfo |
typedef std::vector< RecordInfo > | RecordInfosType |
typedef std::vector< Message > | MessagesType |
typedef std::vector< User > | UsersType |
typedef std::vector< Whiteboard > | WhiteboardsType |
枚举 | |
enum | RstpStauts { NORMAL = 0, NO_DATA_RECVE } |
enum | { ROTATION_0 = 0, ROTATION_90 = 90, ROTATION_180 = 180, ROTATION_270 = 270 } |
函数 | |
const String | toString (const RecordInfo &obj) |
RT_API_EXPORT const String | toString (const IMSvrLive::MixVideos &obj) |
变量 | |
struct tee3::avd::VideoCapability | vc |
int | minBitrate |
int | maxBitrate |
int | minQp |
int | maxQp |
int | codec |
typedef RecordInfo* tee3::avd::LPRecordInfo |
typedef std::vector<Message> tee3::avd::MessagesType |
聊天消息列表类型.
typedef std::vector<RecordInfo> tee3::avd::RecordInfosType |
录制信息集合类型.
typedef std::vector<User> tee3::avd::UsersType |
typedef std::vector<Whiteboard> tee3::avd::WhiteboardsType |
白板集合类型.
const String tee3::avd::toString | ( | const RecordInfo & | obj | ) |
RT_API_EXPORT const String tee3::avd::toString | ( | const IMSvrLive::MixVideos & | obj | ) |
int tee3::avd::codec |
int tee3::avd::maxBitrate |
int tee3::avd::maxQp |
int tee3::avd::minBitrate |
int tee3::avd::minQp |
struct tee3::avd::VideoCapability tee3::avd::vc |