Ein Ereignis, das von cast.framework.CastReceiverContext ausgelöst wird, wenn das System die Beschränkung der maximalen Videoauflösung aktualisieren muss.
Konstruktor
MaxVideoResolutionChangedEvent
neu
MaxVideoResolutionChangedEvent(height)
Parameter
height
Zahl
Die maximale vom System angeforderte Videoauflösung.
Der Wert 0 bedeutet, dass es keine Einschränkung gibt.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2023-12-13 (UTC)."],[[["`MaxVideoResolutionChangedEvent` signals when the system updates maximum video resolution restrictions."],["It's dispatched by `cast.framework.CastReceiverContext` and includes the maximum allowed height, where 0 means no restriction."],["This event extends the base `cast.framework.system.Event` and has a `type` property indicating the event type."]]],[]]