CMFormatDescription

Horus-iOS·2022년 7월 6일
0

https://developer.apple.com/documentation/coremedia/cmformatdescription-u8g

A media format descriptor that describes the samples in a sample buffer.

샘플 버퍼에 있는 샘플을 설명하는 미디어 포맷 설명자입니다.

Overview

CMFormatDescription은 수정 불가능한 코어 파운데이션 객체이며, 오디오, 비디오, 먹스된 미디어 데이터를 포함해 다양한 타입의 미디어 데이터를 설명합니다. 두 가지 API 타입이 있으며, 한 가지는 media-type-agnostic API(모든 CMFormatDescription에 의해 지원되는)이고, 다른 하나는 media-type-specific API입니다. 전자는 CMFormatDescription으로 프리픽스되고, 후자는 CMAudioFormatDescription, CMVideoFormatDescription 외 몇 가지로 프리픽스됩니다.

0개의 댓글