FrameRecorder.RecordingConfiguration Class¶
Description¶
Recording configuration..
Classes¶
public class FrameRecorder.RecordingConfiguration.FilePathInfo |
File path infomation. The recording file path with be Path.Combine(Application.persistentDataPath, FolderPath, Name + extension) when FrameRecorder.RecordingConfiguration.FilePathInfo.Type is WritablePathType.PersistentDataPath or Path.Combine(FolderPath, Name + extension) when FrameRecorder.RecordingConfiguration.FilePathInfo.Type is WritablePathType.Absolute , where extension is determined by FrameRecorder.RecordingConfiguration.Format . |
Fields¶
AutoFilePath¶
- C#
public bool AutoFilePath
Generate file path automatically. The file will be stored into Application .persistentDataPath, and you need to make sure the file can be get out in your own way.
FilePath¶
- C#
public FrameRecorder.RecordingConfiguration.FilePathInfo FilePath
File path infomation.
Format¶
- C#
public FrameRecorder.InternalFormat Format
Format to be recorded. FrameRecorder.InternalFormat.H264 may not work on some devices.