Débit du contenu multimédia (audio et vidéo) en bits par seconde.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2023/12/01 (UTC).
[null,null,["Dernière mise à jour le 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"]]