TVMLKit tvOS 11.4 to 12.0 API Differences
TVApplicationController.h
Added
-[TVApplicationControllerDelegate playerForAppController:]
TVInterfaceFactory.h
Added
-[TVInterfaceCreating playerViewControllerForPlayer:]
TVPlayback.h
Added
TVPlaybackEvent
Added
TVMediaItemType
Added
TVPlaybackEventProperty
Added
TVMediaItemTypeVideo
Added
TVMediaItemTypeAudio
Added
TVMediaItemContentRatingDomain
Added
TVMediaItemContentRatingDomainMovie
Added
TVMediaItemContentRatingDomainTVShow
Added
TVMediaItemContentRatingDomainMusic
Added
TVPlaybackState
Added
TVPlaybackStateUndefined
Added
TVPlaybackStateBegin
Added
TVPlaybackStateLoading
Added
TVPlaybackStatePlaying
Added
TVPlaybackStatePaused
Added
TVPlaybackStateScanning
Added
TVPlaybackStateFastForwarding
Added
TVPlaybackStateRewinding
Added
TVPlaybackStateEnd
Added
TVPlaylistRepeatMode
Added
TVPlaylistRepeatModeNone
Added
TVPlaylistRepeatModeAll
Added
TVPlaylistRepeatModeOne
Added
TVPlaylistEndAction
Added
TVPlaylistEndActionStop
Added
TVPlaylistEndActionPause
Added
TVPlaylistEndActionWaitForMoreItems
Added
TVPlaybackEventMarshaling
Added
TVPlaybackEventMarshaling.properties
Added
-[TVPlaybackEventMarshaling processReturnJSValue:inContext:]
Added
TVPlaybackCustomEventUserInfo
Added
-[TVPlaybackCustomEventUserInfo initWithProperties:expectsReturnValue:]
Added
TVPlaybackCustomEventUserInfo.expectsReturnValue
Added
TVPlaybackCustomEventUserInfo.returnValue
Added
TVPlaylist
Added
TVPlaylist.mediaItems
Added
TVPlaylist.endAction
Added
TVPlaylist.repeatMode
Added
TVPlaylist.userInfo
Added
TVMediaItem
Added
TVMediaItem.type
Added
TVMediaItem.url
Added
TVMediaItem.title
Added
TVMediaItem.subtitle
Added
TVMediaItem.itemDescription
Added
TVMediaItem.contentRatingDomain
Added
TVMediaItem.contentRatingRanking
Added
TVMediaItem.artworkImageURL
Added
TVMediaItem.containsExplicitContent
Added
TVMediaItem.resumeTime
Added
TVMediaItem.interstitials
Added
TVMediaItem.highlightGroups
Added
TVMediaItem.userInfo
Added
TVTimeRange
Added
TVTimeRange.startTime
Added
TVTimeRange.endTime
Added
TVTimeRange.duration
Added
TVHighlightGroup
Added
TVHighlightGroup.localizedName
Added
TVHighlightGroup.highlights
Added
TVHighlight
Added
TVHighlight.localizedName
Added
TVHighlight.highlightDescription
Added
TVHighlight.timeRange
Added
TVHighlight.imageURL
Added
TVPlayer
Added
-[TVPlayer initWithPlayer:]
Added
TVPlayer.player
Added
TVPlayer.playlist
Added
TVPlayer.state
Added
TVPlayer.currentMediaItem
Added
TVPlayer.nextMediaItem
Added
TVPlayer.previousMediaItem
Added
-[TVPlayer dispatchEvent:userInfo:completion:]
Added
-[TVPlayer pause]
Added
-[TVPlayer next]
Added
-[TVPlayer previous]
Added
-[TVPlayer changeToMediaItemAtIndex:]