cast.framework.system. MaxVideoResolutionChangedEvent
class static
An event dispatched by cast.framework.CastReceiverContext when the system needs to update the restriction on maximum video resolution.
Constructor
MaxVideoResolutionChangedEvent
new MaxVideoResolutionChangedEvent(height)
Parameter |
|
---|---|
height |
number Maximum video resolution requested by the system. The value of 0 means there is no restriction. |
- Extends
- cast.framework.system.Event
Property
type
non-null cast.framework.system.EventType
The event type.
- Inherited from
- cast.framework.system.Event#type