Table of Contents

Class FrameRecorder.RecordingConfiguration.FilePathInfo

Ruang Nama
easyar
Rakitan
EasyAR.Sense.dll

Informasi jalur file. Jalur file rekaman adalah Path.Combine(Application.persistentDataPath, FolderPath, Name + extension) ketika Type adalah PersistentDataPath, dan Path.Combine(FolderPath, Name + extension) ketika Type adalah Absolute, di mana extension ditentukan oleh Format.

[Serializable]
public class FrameRecorder.RecordingConfiguration.FilePathInfo
Pewarisan
FrameRecorder.RecordingConfiguration.FilePathInfo

Bidang

FileName

Nama file (tanpa ekstensi).

public string FileName

FolderPath

Jalur folder.

public string FolderPath

Type

Jenis jalur.

public WritablePathType Type