[iOS Swift AVFoundation] 1편. 미디어 파일을 다루려면? - AVKit [iOS Swift AVFoundation] 2편. 음성파일 재생 하기 - AVPlayer 일단 기본적으로 음성 재생으로 시작해보자. 키워드 AVPlayer AVFoundation replaceCurrentItem AVAsset AVPlayerItem General State Observations Timed State Observations AVKit AVPlayerLayer AVPlayer An object that provides the interface to control the player’s transport behavior. 미디어 파일에 대한 컨트롤러인셈이다. 개요 플레이어를 통해 미디어 에셋을 재생..