Table of Contents

Class FrameRecorder.RecordingConfiguration

Namespace
easyar
Assembly
EasyAR.Sense.dll

Recording configuration.

[Serializable]
public class FrameRecorder.RecordingConfiguration
Inheritance
FrameRecorder.RecordingConfiguration

Fields

AutoFilePath

Automatically generates the file path. Files will be stored in persistentDataPath; you need to ensure you can obtain files from there by some method.

public bool AutoFilePath

FilePath

File path information.

public FrameRecorder.RecordingConfiguration.FilePathInfo FilePath

Format

Recording format. Using H264 may not work on some devices.

public FrameRecorder.InternalFormat Format