Namespace SA.iOS.MediaPlayer
Classes
ISN_MPMediaItem
A collection of properties that represents a single item contained in the media library. https://developer.apple.com/documentation/mediaplayer/mpmediaitem?language=objc
ISN_MPMediaItemCollection
A sorted set of media items from the media library.
ISN_MPMediaPickerController
A specialized view controller that provides a graphical interface for selecting media items. Notes The MPMediaPickerController class supports portrait mode only. This class does support subclassing. The view hierarchy for this class is private; do not modify the view hierarchy.
ISN_MPMusicPlayerController
An object used to play audio media items from the device's Music app library. https://developer.apple.com/documentation/mediaplayer/mpmusicplayercontroller
ISN_MPRemoteCommandCenter
Static class that responds to remote control events sent by external accessories and system controls.
Interfaces
ISN_IMPMediaPickerControllerDelegate
The protocol you implement so that a media item picker can respond to a user making media item selections. The delegate for a media item picker can respond to a user making media item selections. The delegate is also responsible for dismissing the media item picker from the parent view controller.
Enums
ISN_MPMusicPlaybackState
The music player playback state modes.