[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003e\u003ccode\u003ecast.framework.events.BufferingEvent\u003c/code\u003e provides data for the \u003ccode\u003ecast.framework.events.EventType.BUFFERING\u003c/code\u003e event, indicating changes in the player's buffering state.\u003c/p\u003e\n"],["\u003cp\u003eIt includes the \u003ccode\u003eisBuffering\u003c/code\u003e property, a boolean value that signifies whether the player is entering (true) or exiting (false) a buffering state.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this event to display UI indicators or handle buffering logic within their web receiver application.\u003c/p\u003e\n"]]],[],null,["# Class: BufferingEvent\n\ncast.[framework](/cast/docs/reference/web_receiver/cast.framework).[events](/cast/docs/reference/web_receiver/cast.framework.events).BufferingEvent\n===================================================================================================================================================\n\nclass static\n\nEvent data for the `cast.framework.events.EventType.BUFFERING` event.\n\nConstructor\n-----------\n\n### BufferingEvent\n\nnew\nBufferingEvent(isBuffering)\n\n| #### Parameter ||\n|-------------|---------|\n| isBuffering | boolean |\n\nProperty\n--------\n\n### isBuffering\n\nconstant\n\nboolean\n\nTrue if the player is entering a buffering state."]]