Class FrameRecorder.RecordingConfiguration
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Recording configuration..
[Serializable]
public class FrameRecorder.RecordingConfiguration
- Inheritance
-
FrameRecorder.RecordingConfiguration
Fields
AutoFilePath
Automatically generate file path. The file will be stored in persistentDataPath, and you need to ensure that you can get the file here through some methods yourself.
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