Creates a Tuple that stores the current bitrate of playback. This is initialized to the players bitrate defined in player.getVideoQuality().bitrate, and changed when ON_VIDEO_PLAYBACK_QUALITY_CHANGED events occur. Note this may be delayed from a manual change of bitrate due to buffering or frame times the returning teardown stops tracking bitrate updates
creates a Teardown function
The return function when invoked will remove the event handler
Takes an instance of a Bitmovin player and provides the framerate of the current source, or undefined if no framerate is provided.
Instance of the Bitmovin player
Startup Time is defined as the delta between the ON_SOURCE_LOADED and the next ON_PLAY event.
The Second value of this tuple will be undefined until both events have fired once fired it will be the delta between the two events. This value should not change once defined
Generated using TypeDoc
Adds a Event handler to the player and returns the teardown function