- getBitRate() - Method in class ai.deepar.ar.DeepAR
-
Gets the video bitrate.
- getBoolVar(String, String) - Method in class ai.deepar.ar.DeepAR
-
Get boolean variable with the given name.
- getBoolVar(String) - Method in class ai.deepar.ar.DeepAR
-
Get boolean variable with the given name.
- getDoubleVar(String, String) - Method in class ai.deepar.ar.DeepAR
-
Get double variable with the given name.
- getDoubleVar(String) - Method in class ai.deepar.ar.DeepAR
-
Get double variable with the given name.
- getExternalGlTexture() - Method in class ai.deepar.ar.DeepAR
-
Get Android External GL texture.
- getFaceTrackedCallback() - Method in class ai.deepar.ar.DeepAR
-
Gets the face tracked callback.
- getFrameRenderedCallback() - Method in class ai.deepar.ar.DeepAR
-
Gets the frame rendered callback.
- getHeight() - Method in enum ai.deepar.ar.CameraResolutionPreset
-
Gets resolution preset height.
- getIFrameInterval() - Method in class ai.deepar.ar.DeepAR
-
Gets the I frame interval (KEY_I_FRAME_INTERVAL
).
- getIntValue() - Method in enum ai.deepar.ar.DeepARPixelFormat
-
Gets DeepAR pixel format.
- getIntVar(String, String) - Method in class ai.deepar.ar.DeepAR
-
Get int variable with the given name.
- getIntVar(String) - Method in class ai.deepar.ar.DeepAR
-
Get int variable with the given name.
- getKeyFrameRate() - Method in class ai.deepar.ar.DeepAR
-
Gets the key frame rate (KEY_FRAME_RATE
).
- getMaxSupportedVideoHeight() - Method in class ai.deepar.ar.DeepAR
-
Gets the maximum supported video height.
- getMaxSupportedVideoWidth() - Method in class ai.deepar.ar.DeepAR
-
Gets the maximum supported video width.
- getMinSupportedVideoHeight() - Method in class ai.deepar.ar.DeepAR
-
Gets the minimum supported video height.
- getMinSupportedVideoWidth() - Method in class ai.deepar.ar.DeepAR
-
Gets the minimum supported video width.
- getRenderHeight() - Method in class ai.deepar.ar.DeepAR
-
Gets the render height.
- getRenderWidth() - Method in class ai.deepar.ar.DeepAR
-
Gets the render width.
- getSdkVersion() - Static method in class ai.deepar.ar.DeepAR
-
- getStringVar(String, String) - Method in class ai.deepar.ar.DeepAR
-
Get string variable with the given name.
- getStringVar(String) - Method in class ai.deepar.ar.DeepAR
-
Get string variable with the given name.
- getTouchType() - Method in class ai.deepar.ar.ARTouchInfo
-
Gets the type of touch.
- getType() - Method in enum ai.deepar.ar.ARErrorType
-
Gets DeepAR error type.
- getType() - Method in enum ai.deepar.ar.ARTouchType
-
Gets the internal numeric constant representation of the entry.
- getVal() - Method in enum ai.deepar.ar.CameraOrientation
-
Gets camera orientation.
- getVarType(String, String) - Method in class ai.deepar.ar.DeepAR
-
Get the type of the variable with the given name in the specified effect.
- getVarType(String) - Method in class ai.deepar.ar.DeepAR
-
Get the type of the variable with the given name.
- getWidth() - Method in enum ai.deepar.ar.CameraResolutionPreset
-
Gets resolution preset width.
- getX() - Method in class ai.deepar.ar.ARTouchInfo
-
Gets the touch position's x-coordinate.
- getY() - Method in class ai.deepar.ar.ARTouchInfo
-
Gets the touch position's y-coordinate.
- screenshotTaken(Bitmap) - Method in interface ai.deepar.ar.AREventListener
-
Called when the screen capture is finished.
- setAnimationTransitionedCallback(DeepAR.AnimationTransitionedCallback) - Method in class ai.deepar.ar.DeepAR
-
Sets the animation transitioned callback.
- setAntialiasingLevel(int) - Method in class ai.deepar.ar.DeepAR
-
Sets the MSAA level.
- setAREventListener(AREventListener) - Method in class ai.deepar.ar.DeepAR
-
- setAudioMute(boolean) - Method in class ai.deepar.ar.DeepAR
-
Mutes or unmutes the audio while video recording.
- setBitRate(int) - Method in class ai.deepar.ar.DeepAR
-
Sets the video bitrate.
- setBloomEnabled(boolean) - Method in class ai.deepar.ar.DeepAR
-
Toggles bloom postprocessing.
- setBloomRadius(float) - Method in class ai.deepar.ar.DeepAR
-
Sets bloom radius parameter.
- setBloomStrength(float) - Method in class ai.deepar.ar.DeepAR
-
Sets bloom strength parameter.
- setBloomThreshold(float) - Method in class ai.deepar.ar.DeepAR
-
Sets bloom threshold parameter.
- setBoolVar(String, boolean, String) - Method in class ai.deepar.ar.DeepAR
-
Set the boolean variable with the given name.
- setBoolVar(String, boolean) - Method in class ai.deepar.ar.DeepAR
-
Set the boolean variable with the given name.
- setDiamondEnvironmentMap(Bitmap) - Method in class ai.deepar.ar.DeepAR
-
Sets new environment map that will be used for rendering materials with diamond shader.
- setDoubleVar(String, double, String) - Method in class ai.deepar.ar.DeepAR
-
Set the double variable with the given name.
- setDoubleVar(String, double) - Method in class ai.deepar.ar.DeepAR
-
Set the double variable with the given name.
- setEnvironmentMap(Bitmap) - Method in class ai.deepar.ar.DeepAR
-
Sets a new environment map that will be used for rendering materials with new PBR glTF shader.
- setEnvironmentMapIntensity(float) - Method in class ai.deepar.ar.DeepAR
-
Sets environment map intensity.
- setExposure(float) - Method in class ai.deepar.ar.DeepAR
-
Sets tone mapping exposure.
- setFaceDetectionSensitivity(int) - Method in class ai.deepar.ar.DeepAR
-
This method allows the user to change face detection sensitivity.
- setFaceTrackedCallback(DeepAR.FaceTrackedCallback) - Method in class ai.deepar.ar.DeepAR
-
Sets the face tracked callback.
- setFaceTrackingInitParameters(DeepAR.FaceTrackingInitParameters) - Method in class ai.deepar.ar.DeepAR
-
Sets parameters that will determine how the face tracking is initialized.
- setFixedDeltaTime(boolean, float) - Method in class ai.deepar.ar.DeepAR
-
- setFrameRenderedCallback(DeepAR.FrameRenderedCallback) - Method in class ai.deepar.ar.DeepAR
-
Sets the frame rendered callback.
- setIFrameInterval(int) - Method in class ai.deepar.ar.DeepAR
-
Sets the I frame interval (KEY_I_FRAME_INTERVAL
).
- setIntVar(String, int, String) - Method in class ai.deepar.ar.DeepAR
-
Set the int variable with the given name.
- setIntVar(String, int) - Method in class ai.deepar.ar.DeepAR
-
Set the int variable with the given name.
- setKeyFrameRate(int) - Method in class ai.deepar.ar.DeepAR
-
Sets the key frame rate (KEY_FRAME_RATE
).
- setLicenseKey(String) - Method in class ai.deepar.ar.DeepAR
-
The method used to set the license key for your project.
- setOffscreenRendering(int, int) - Method in class ai.deepar.ar.DeepAR
-
Calling this method sets the engine in off-screen rendering mode.
- setOffscreenRendering(int, int, DeepARPixelFormat) - Method in class ai.deepar.ar.DeepAR
-
Calling this method sets the engine in off-screen rendering mode.
- setPaused(boolean) - Method in class ai.deepar.ar.DeepAR
-
Pauses or unpauses the rendering.
- setRenderSurface(Surface, int, int) - Method in class ai.deepar.ar.DeepAR
-
Calling this method sets the engine in on-screen rendering mode (cancels off-screen rendering if set before this call).
- setStringVar(String, String, String) - Method in class ai.deepar.ar.DeepAR
-
Set the string variable with the given name.
- setStringVar(String, String) - Method in class ai.deepar.ar.DeepAR
-
Set the string variable with the given name.
- setToneMapping(DeepAR.ToneMapping) - Method in class ai.deepar.ar.DeepAR
-
Sets tone mapping.
- setTouchType(ARTouchType) - Method in class ai.deepar.ar.ARTouchInfo
-
Sets the type of touch to the given value.
- setVisionOnly() - Method in class ai.deepar.ar.DeepAR
-
Set DeepAR in the vision-only mode.
- setX(float) - Method in class ai.deepar.ar.ARTouchInfo
-
Sets the touch position's x-coordinate to the given value.
- setY(float) - Method in class ai.deepar.ar.ARTouchInfo
-
Sets the touch position's y-coordinate to the given value.
- showColliders(boolean) - Method in class ai.deepar.ar.DeepAR
-
Display physics colliders preview on screen.
- showStats(boolean) - Method in class ai.deepar.ar.DeepAR
-
Display debugging stats on screen.
- shutdownFinished() - Method in interface ai.deepar.ar.AREventListener
-
Called when engine shutdown is finished after calling
release
.
- simulatePhysics(boolean) - Method in class ai.deepar.ar.DeepAR
-
Enable or disable global physics simulation.
- startCapture() - Method in class ai.deepar.ar.DeepAR
-
Starts capturing the DeepAR processing output in an off-screen buffer.
- startCapture(DeepARPixelFormat) - Method in class ai.deepar.ar.DeepAR
-
Starts capturing the DeepAR processing output in an off-screen buffer.
- startCapture(int, int, float, float, float, float, DeepARPixelFormat) - Method in class ai.deepar.ar.DeepAR
-
Starts capturing the DeepAR processing output in an off-screen buffer.
- startPreparedVideoRecording() - Method in class ai.deepar.ar.DeepAR
-
Starts the prepared video recording.
- startProfiling() - Method in class ai.deepar.ar.DeepAR
-
- startVideoRecording(String) - Method in class ai.deepar.ar.DeepAR
-
Starts video recording of the camera preview.
- startVideoRecording(FileDescriptor) - Method in class ai.deepar.ar.DeepAR
-
Starts video recording of the camera preview.
- startVideoRecording(String, int, int) - Method in class ai.deepar.ar.DeepAR
-
Starts video recording of the camera preview.
- startVideoRecording(FileDescriptor, int, int) - Method in class ai.deepar.ar.DeepAR
-
Starts video recording of the camera preview.
- startVideoRecording(String, Rect, int, int) - Method in class ai.deepar.ar.DeepAR
-
Starts video recording of the camera preview.
- startVideoRecording(FileDescriptor, Rect, int, int) - Method in class ai.deepar.ar.DeepAR
-
Starts video recording of the camera preview.
- startVideoRecording(FileDescriptor, Rect, int, int, boolean) - Method in class ai.deepar.ar.DeepAR
-
Starts video recording of the camera preview.
- startVideoRecording(FileDescriptor, Map<String, Object>) - Method in class ai.deepar.ar.DeepAR
-
Starts video recording of the camera preview.
- startVideoRecording(String, Rect, int, int, boolean) - Method in class ai.deepar.ar.DeepAR
-
Starts video recording of the camera preview.
- startVideoRecording(String, Map<String, Object>) - Method in class ai.deepar.ar.DeepAR
-
Starts video recording of the camera preview.
- stopCapture() - Method in class ai.deepar.ar.DeepAR
-
Stops capturing the content of the DeepAR rendering process in the off-screen buffer.
- stopProfiling() - Method in class ai.deepar.ar.DeepAR
-
- stopVideoRecording() - Method in class ai.deepar.ar.DeepAR
-
Stops video recording and starts the process of saving the recorded video to the file system.
- switchEffect(String, InputStream) - Method in class ai.deepar.ar.DeepAR
-
- switchEffect(String, InputStream, int) - Method in class ai.deepar.ar.DeepAR
-
- switchEffect(String, InputStream, int, String) - Method in class ai.deepar.ar.DeepAR
-
- switchEffect(String, String) - Method in class ai.deepar.ar.DeepAR
-
The method used to switch any effect in the scene.
- switchEffect(String, String, int) - Method in class ai.deepar.ar.DeepAR
-
The method used to switch any effect in the scene.
- switchEffect(String, String, int, String) - Method in class ai.deepar.ar.DeepAR
-
The method used to switch any effect in the scene.
- valueOf(String) - Static method in enum ai.deepar.ar.ARErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.deepar.ar.ARTouchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.deepar.ar.CameraOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.deepar.ar.CameraResolutionPreset
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.deepar.ar.DeepAR.ToneMapping
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.deepar.ar.DeepARImageFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.deepar.ar.DeepARPixelFormat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ai.deepar.ar.ARErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.deepar.ar.ARTouchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.deepar.ar.CameraOrientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.deepar.ar.CameraResolutionPreset
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.deepar.ar.DeepAR.ToneMapping
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.deepar.ar.DeepARImageFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.deepar.ar.DeepARPixelFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- videoRecordingFailed() - Method in interface ai.deepar.ar.AREventListener
-
Called if the video recording fails.
- videoRecordingFinished() - Method in interface ai.deepar.ar.AREventListener
-
Called when the video recording is finished.
- videoRecordingPrepared() - Method in interface ai.deepar.ar.AREventListener
-
Called when the video recording is prepared.
- videoRecordingStarted() - Method in interface ai.deepar.ar.AREventListener
-
The start of the video recording process is not synchronous, so this method will be called when the video recording is started.