class PlayerApiEvents
package com.turner.top.sdk.core.api.events
extends EventCollection<PlayerEventType, Dynamic>
Constructor
Variables
read onlyadRequestCompleted:AdRequestCompletedEvent
When an ad request has been received successfully
read onlyadRequesting:AdRequestingEvent
When an ad request is being sent out and a response has not been received yet
read onlycaptionSettingsUpdated:CCSettingsUpdatedEvent
When the closed captions settings have been updated
read onlycaptionsTrackAvailabilityChanged:CCTrackAvailabilityChangedEvent
When closed captions track becomes available to the player
read onlycontentWaiting:ContentWaitingEvent
If content is set to not auto play, the player wait for user intervention to move forward
See:
read onlymediaBlocked:MediaBlockedEvent
When media playback is blocked due to an error returned from the play promise
read onlymediaBufferingFinished:MediaBufferingFinishedEvent
When the media player has finished buffering content
read onlymediaBufferingStarted:MediaBufferingStartedEvent
When the media player has started buffering content
read onlymediaCommandReceived:MediaCommandReceivedEvent
When the media player has triggered a command
read onlymediaProfileChanged:MediaProfileChangedEvent
When the media player has successfully switched bitrates
read onlymediaProfileChanging:MediaProfileChangingEvent
When the media player is about to switch bitrates
read onlymediaRecoveryFinished:MediaRecoveryFinishedEvent
When the media player has finished recovering from errored playback
read onlymediaRecoveryStarted:MediaRecoveryStartedEvent
When the media player has started recovering from errored playback
read onlymediaRequestProfileChanged:MediaRequestProfileChangedEvent
When the media player has updated with the recently loaded stream level manifest
read onlymediaSeekingFinished:MediaSeekingFinishedEvent
When the media player has finished a seek command
read onlymediaSeekingStarted:MediaSeekingStartedEvent
When the media player has started a seek command
read onlymediaStopped:MediaStoppedEvent
When the media player content playback has been manually stopped
read onlymediaTimedMetadataReceived:MediaTimedMetadataRecievedEvent
When metadata about a loaded fragment has been received
read onlyplayerInitialized:PlayerInitializedEvent
When the player is initialized and ready to be attached to the DOM
read onlyplayerListening:PlayerListeningEvent
When the player has been attached to the DOM and is listening to player events
read onlytimelineMarkerActivated:TimelineMarkerActivatedEvent
When the current time is within the range of a content marker
read onlytimelineMarkerAdded:TimelineMarkerAddedEvent
When a content marker has been added to the timeline
read onlytimelineMarkerApproaching:TimelineMarkerApproachingEvent
When the current time gets close to the beginning of a content marker's range
read onlytimelineMarkerDeactivated:TimelineMarkerDeactivatedEvent
When the current time has passed the end of a content marker's range
read onlytimelineMarkerFinishing:TimelineMarkerFinishingEvent
When the current time gets close to the end of a content marker's range
read onlytimelineMarkerRemoved:TimelineMarkerRemovedEvent
When a content marker has been removed from the timeline
read onlyvalidationError:ValidationErrorEvent
read onlyvalidationSuccess:ValidationSuccessEvent