RecordingConfig

public class RecordingConfig

Configuration related to session recording.

Public Constructors

Public Methods

RecordingConfig
addTrack(Track track)
Configures and adds a Track for recording.
boolean
getAutoStopOnPause()
Gets the setting that indicates whether the recording should stop automatically when the ARCore session is paused.
String
getMp4DatasetFilePath()
This method is deprecated. Please use getMp4DatasetUri() to get the recording location.
Uri
getMp4DatasetUri()
Gets the Uri that the MP4 dataset will be recorded to.
int
getRecordingRotation()
Get the clockwise rotation in degrees that should be applied to the recorded image (0, 90, 180, or 270, or -1 for unspecified).
RecordingConfig
setAutoStopOnPause(boolean enable)
Specify whether recording should stop automatically when the ARCore session is paused.
RecordingConfig
setMp4DatasetFilePath(String mp4DatasetFilePath)
This method is deprecated. Please use setMp4DatasetUri(Uri) to set the recording location.
RecordingConfig
setMp4DatasetUri(Uri mp4DatasetUri)
Set MP4 recording dataset Uri.
RecordingConfig
setRecordingRotation(int rotation)
Specify the clockwise rotation in degrees that should be applied to the recorded image (0, 90, 180, or 270).

Inherited Methods

Public Constructors

Public Methods