FrameRecorder.RecordingConfiguration.FilePathInfo Class

Description

文件路径信息。录制的文件路径在 FrameRecorder.RecordingConfiguration.FilePathInfo.TypeWritablePathType.PersistentDataPath 时是 Path.Combine(Application.persistentDataPath, FolderPath, Name + extension), FrameRecorder.RecordingConfiguration.FilePathInfo.TypeWritablePathType.Absolute 时是 Path.Combine(FolderPath, Name + extension),其中extension由 FrameRecorder.RecordingConfiguration.Format 决定。


Fields

Type

C#

public WritablePathType Type

路径类型。

FolderPath

C#

public string FolderPath

文件夹路径。

FileName

C#

public string FileName

文件名(不含扩展名)。