Table of Contents

FrameRecorder 컴포넌트 참조

API로 전환

FrameRecorder 컴포넌트 창의 각 속성을 살펴보고 camera parameters를 사용자 지정합니다.

alt text

기본 조건에서의 컴포넌트 스크린샷입니다.

속성 설명
Auto Start session 시작 후 recording을 자동으로 시작합니다.
Format Recording 형식. 옵션:
  • Auto: 사용 가능한 형식을 자동으로 선택합니다.
  • H264: H264. MacOS, iOS, Android에서 지원됩니다.
  • Obsolete: 원래 EIF 형식. Windows에서는 이 형식만 지원됩니다.
Auto File Path file path를 자동으로 생성합니다. 파일은 Application.persistentDataPath에 저장됩니다.
        Type Auto File Path가 선택되지 않았을 때 표시됩니다.
Path type. 옵션:
        Folder Path Auto File Path가 선택되지 않았을 때 표시됩니다.
Folder path.
        File Name Auto File Path가 선택되지 않았을 때 표시됩니다.
extension을 포함하지 않는 file name.
Events 등록할 수 있는 events.
        OnReady recording을 시작할 수 있음을 나타내는 event.
        OnRecording recording이 시작되었음을 나타내는 event.
        OnFinish recording이 종료되었음을 나타내는 event.