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 generated file path. Files will be stored in persistentDataPath, you need to ensure that you can access the files here through some methods.

public bool AutoFilePath

Field Value

FilePath

File path information.

public FrameRecorder.RecordingConfiguration.FilePathInfo FilePath

Field Value

Format

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

public FrameRecorder.InternalFormat Format

Field Value