Skip to content

MediaPlayer tvOS xcode15.3 b2

Alex Soto edited this page Feb 8, 2024 · 1 revision

#MediaPlayer.framework

diff -ruN /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPRemoteControlTypes.h /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPRemoteControlTypes.h
--- /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPRemoteControlTypes.h	2024-01-19 07:35:49
+++ /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPRemoteControlTypes.h	2024-01-28 23:06:30
@@ -25,11 +25,3 @@
     MPChangeLanguageOptionSettingNowPlayingItemOnly, /// The Language Option change applies only the the now playing item
     MPChangeLanguageOptionSettingPermanent /// The Language Option change should apply to all future playback
 } MP_API(ios(9.3), macos(10.12.2), watchos(5.0));
-
-
-typedef NS_ENUM(NSInteger, MPSleepTimerStopMode) {
-    MPSleepTimerStopModeOff = 0, /// No sleep timer set (default)
-    MPSleepTimerStopModeTime, /// Playback stops after a fixed amount of time in seconds
-    MPSleepTimerStopModeChapterEnd, /// Playback stops when the current chapter ends
-    MPSleepTimerStopModeItemEnd /// Playback stops when the current item ends
-} MP_API(ios(17.4), macos(10.14.4), watchos(10.4));
Clone this wiki locally