[null,null,["Última atualização 2023-12-01 UTC."],[[["`BitrateChangedEvent` provides data for events related to changes in media bitrate during playback."],["This event includes the `totalBitrate` property representing the combined audio and video bitrate in bits per second."],["Developers can use the `cast.framework.events.EventType.BITRATE_CHANGED` event to track bitrate changes and adapt their application accordingly."]]],["The `BitrateChangedEvent` class provides data for a `BITRATE_CHANGED` event. It features a constructor, `BitrateChangedEvent`, which accepts an optional `totalBitrate` parameter. The key property, `totalBitrate`, represents the combined audio and video bitrate in bits per second, and it can be a number or undefined. This information is used to track media bitrate changes within a casting framework.\n"]]