AVCaptureMovieFileOutput

Horus-iOS·2022년 6월 19일
0

https://developer.apple.com/documentation/avfoundation/avcapturemoviefileoutput

A capture output that records video and audio to a QuickTime movie file.

Declaration

class AVCaptureMovieFileOutput : AVCaptureFileOutput

Overview

무비 파일 아웃풋은 미디어 데이터를 퀵타임 무비 파일로 쓰기 위한 전체 파일 레코딩 인터페이스를 제공합니다. 퀵타임 옵션을 설정하기 위한 기능을 포함하고 있으며, 각 파일에 메타데이터 컬렉션을 쓰는 것 역시 포함합니다. 그리고 각 트랙에 미디어 인코딩 옵션을 구체화할 수 있으며, 무비 조각을 쓸 인터벌을 구체화하기도 합니다.

0개의 댓글