最終更新:2020-06-02 (火) 03:29:05 (1427d)  

iOS/動画
Top / iOS / 動画

UIWebView

WKWebView

Media Player

MPMoviePlayerController?

  • iOS 2?
  • UI付き動画再生

MPMoviePlayerViewController?

  • modal表示などに利用

AVKit

AVPlayerViewController

  • iOS 8
  • MPMoviePlayerController?の後継
  • UIと表示

AVFoundation

AVPlayer

クラス

AVAsset

  • AVAsset can model local file-based media, such as a QuickTime movie or an MP3 audio file, but can also represent an asset progressively downloaded from a remote host or streamed using HTTP Live Streaming (HLS).

AVPlayerItem

サンプル

参考