public class AvatarConfigs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
avatarInfo |
Context |
context |
boolean |
enableFaceDetection |
boolean |
enableHumanDetection |
Constants.VideoSourceType |
mediaSource |
Constants.AvatarProcessingMode |
mode |
Constants.AvatarTextureProfile |
textureProfile |
Constructor and Description |
---|
AvatarConfigs(Constants.VideoSourceType mediaSource,
Context context,
boolean enableFaceDetection,
boolean enableHumanDetection,
Constants.AvatarProcessingMode mode,
Constants.AvatarTextureProfile textureProfile,
java.lang.String avatarInfo) |
AvatarConfigs(Context context) |
public Constants.VideoSourceType mediaSource
public Context context
public boolean enableFaceDetection
public boolean enableHumanDetection
public Constants.AvatarProcessingMode mode
public Constants.AvatarTextureProfile textureProfile
public java.lang.String avatarInfo
public AvatarConfigs(Context context)
public AvatarConfigs(Constants.VideoSourceType mediaSource, Context context, boolean enableFaceDetection, boolean enableHumanDetection, Constants.AvatarProcessingMode mode, Constants.AvatarTextureProfile textureProfile, java.lang.String avatarInfo)