Load media assets from files and streams to inspect their attributes, tracks, and embedded metadata.

파일 및 스트림에서 미디어 에셋을 로드하여 속성, 트랙 및 포함된 메타데이터를 검사합니다.

Topics

Essentials

Loading media data asynchronously 비동기적으로 미디어 데이터 로딩하기

Build responsive apps by using language-level concurrency features to efficiently load media data.

언어 수준의 동시성 기능을 사용하여 미디어 데이터를 효율적으로 로드하여 반응형 앱을 빌드합니다.

Assets 에셋

class AVAsset

An object that models timed audiovisual media.

시간이 지정된 시청각 미디어를 모델링하는 객체입니다.

class AVURLAsset

An asset that represents media at a local or remote URL.

로컬 또는 원격 URL에서 미디어를 나타내는 에셋입니다.

class AVAssetTrack

An object that models a track of media that an asset contains.

에셋에 포함된 미디어 트랙을 모델링하는 객체입니다.

class AVAssetTrackSegment

An object that represents a time range segment of an asset track.