Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
iOS SRTC 音视频 SDK 视频渲染与美颜组件集成
/// 装载视频渲染组件 /// @param authData 密钥 /// @param authDataSize 密钥长度 /// @param logLevel 日志等级 [[RTCEngineKit sharedEngine] installRenderModule:g_auth_package authDataSize:sizeof(g_auth_package) logLevel:RTCEngineLogLevelError];
/// 美颜功能开关 /// @param enabled YES-开启美颜 NO-关闭美颜 [[RTCEngineKit sharedEngine] enabledBeauty:YES];
/// 卸载视频渲染组件 [[RTCEngineKit sharedEngine] uninstallRenderModule];