cast.framework.events. LoadEvent
class static
Event data for all events pertaining to processing a load or preload request. made to the player.
Constructor
LoadEvent
new LoadEvent(type, media)
Parameter |
|
---|---|
type |
cast.framework.events.EventType Value must not be null. |
media |
Optional cast.framework.messages.MediaInformation Value must not be null. |
Property
media
constant
(non-null cast.framework.messages.MediaInformation or undefined)
Information about the media being loaded.