AVAssetExportSession

Panther·2022년 6월 23일
0

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

An object that exports assets in a format that you specify using an export preset.

추출 프리셋을 사용해서 구체화하고 있는 포맷으로 에셋을 추출하는 객체입니다.

Declaration

class AVAssetExportSession : NSObject

Overview

설정한 추출 프리셋, 아웃풋 파일 타입, 아웃풋 URL로 AVAsset의 인스턴스를 추출하기 위해 이 객체를 설정할 수 있습니다.

0개의 댓글