Class NERoleParams
-
- All Implemented Interfaces:
public final class NERoleParams角色音视频参数
-
-
Field Summary
Fields Modifier and Type Field Description private final NERoleVideoParamsvideoprivate final NERoleAudioParamsaudioprivate final StringchannelProfileprivate final StringchannelProfileV2private final NERoleScreenParamsscreen
-
Constructor Summary
Constructors Constructor Description NERoleParams(NERoleVideoParams video, NERoleAudioParams audio, String channelProfile, String channelProfileV2, NERoleScreenParams screen)
-
Method Summary
Modifier and Type Method Description final NERoleVideoParamsgetVideo()视频参数 final NERoleAudioParamsgetAudio()音频参数 final StringgetChannelProfile()房间场景 final StringgetChannelProfileV2()新房间场景 (RTC 5.9. final NERoleScreenParamsgetScreen()屏幕参数 -
-
Constructor Detail
-
NERoleParams
NERoleParams(NERoleVideoParams video, NERoleAudioParams audio, String channelProfile, String channelProfileV2, NERoleScreenParams screen)
-
-
Method Detail
-
getVideo
final NERoleVideoParams getVideo()
视频参数
-
getAudio
final NERoleAudioParams getAudio()
音频参数
-
getChannelProfile
final String getChannelProfile()
房间场景
-
getChannelProfileV2
final String getChannelProfileV2()
新房间场景 (RTC 5.9.10及以上版本支持)
-
getScreen
final NERoleScreenParams getScreen()
屏幕参数
-
-
-
-