Click or drag to resize
MediaPlayer Fields

The MediaPlayer type exposes the following members.

Fields
  NameDescription
Public field_eventsToInsert
Public field_eventsToTrigger
Public field_ignoredEvents
Public field_overlaysDisplayed
Public field_preloadedEvents
Public field_triggeredEvents
Public fieldactionDelegate
The player's action delegate. Any intent to execute specific URLs as a result of user interaction will be notified to the delegate for action.
Public fieldadvertisingIdentifier
Public fieldStatic memberMediaPlayerDRMPluginsGroup
Public fieldStatic memberMediaPlayerFrameworkExtensionsGroup
Public fieldStatic memberMediaPlayerOverlayControllersGroup
The group name that 3rd party overlay controllers must use when registering with the player.
Public fieldStatic memberMediaPlayerRenderersGroup
Posted when a trackable playback event occurs. The userinfo dictionary contains additional information about the tracked event:
Public fieldStatic memberMoviePlayerControlsDisplayedNotification
Posted when the video controls bar becomes visible
Public fieldStatic memberMoviePlayerControlsHiddenNotification
Posted when the video controls bar becomes hidden
Public fieldStatic memberMoviePlayerErrorNotification
Posted when the MediaPlayer encounters an error in the process of unit playback. The userInfo dictionary contains the Exception object that represents the error under the error key.
Public fieldStatic memberMoviePlayerFinishedNotification
Posted when a MediaUnit finishes playback, before the remaining playlist units are processed. The userInfo dictionary contains the MediaUnit object that just finished playback under the unit key.
Public fieldStatic memberMoviePlayerStatusChangedNotification
Posted when the media player playback state has changed. You can immediately get the new state using the playbackState method of the MediaPlayer instance.
Public fieldStatic memberMoviePlayerUpdateNotification
Posted every time the internal status of the MediaPlayer changes. This will happen roughly once every second.
Public fieldStatic memberMoviePlayerWasTappedNotification
Posted when the user taps on the media player surface
Public fieldselectedRenderer
Top
See Also