MediaPlayer iOS 11.0 Beta 2 to Beta 3 API Differences

MediaPlayerDefines.h
Removed #def MP_EXTERN_CLASS
Removed #def MP_EXTERN_CLASS_AVAILABLE
Removed #def MP_EXTERN_CLASS_AVAILABLE_X
Removed #def MP_API_IOS_AVAILABLE_TVOS_PROHIBITED
Removed #def MP_API_IOS_AVAILABLE_MACOS_TVOS_PROHIBITED
Removed #def MP_API_IOS_DEPRECATED_TVOS_PROHIBITED
Removed #def MP_API_IOS_DEPRECATED_MACOS_TVOS_PROHIBITED
Removed #def MP_API_IOS_DEPRECATED_WITH_REPLACEMENT_MACOS_TVOS_PROHIBITED
Added #def MP_PROHIBITED
MPMoviePlayerController.h
Availability
FromDeprecated
ToAvailable

Availability
FromDeprecated
ToAvailable

Availability
FromDeprecated
ToAvailable

Availability
FromDeprecated
ToAvailable

Availability
FromDeprecated
ToAvailable

Availability
FromDeprecated
ToAvailable

Availability
FromDeprecated
ToAvailable

Availability
FromDeprecated
ToAvailable

Availability
FromDeprecated
ToAvailable

MPMusicPlayerController.h
Declaration
From@property (class, readonly, nonnull) MPMusicPlayerController *systemMusicPlayer
To@property (class, readonly, nonnull) MPMusicPlayerController<MPSystemMusicPlayerController> *systemMusicPlayer

MPMusicPlayerQueueDescriptor.h
Removed MPMusicPlayerPlayParameters
Removed MPMusicPlayerPlayParametersQueueDescriptor.startPlayParameters
MPVolumeSettings.h
Declaration
Fromvoid MPVolumeSettingsAlertShow(void)
Tovoid MPVolumeSettingsAlertShow(void)

Declaration
Fromvoid MPVolumeSettingsAlertHide(void)
Tovoid MPVolumeSettingsAlertHide(void)

Declaration
FromBOOL MPVolumeSettingsAlertIsVisible(void)
ToBOOL MPVolumeSettingsAlertIsVisible(void)