FrameRecorder.RecordingConfiguration.FilePathInfo Class¶
Description¶
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¶
Type¶
- C#
public WritablePathType Type
File path type.
FolderPath¶
- C#
public string FolderPath
Folder path.
FileName¶
- C#
public string FileName
File name without extension.