[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ecast.framework.events.SegmentDownloadedEvent\u003c/code\u003e class provides data for segment download events within the Cast framework.\u003c/p\u003e\n"],["\u003cp\u003eThis event includes information about the time taken to download the segment (\u003ccode\u003edownloadTime\u003c/code\u003e) and the size of the segment in bytes (\u003ccode\u003esize\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this event data to monitor and optimize segment downloads during Cast sessions.\u003c/p\u003e\n"]]],[],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[events](/cast/docs/reference/web_receiver/cast.framework.events).SegmentDownloadedEvent \nclass static\n\nEvent data for a `cast.framework.events.EventType.SEGMENT_DOWNLOADED`\nevent.\n\nConstructor\n\nSegmentDownloadedEvent\n\nnew\nSegmentDownloadedEvent(downloadTime, size)\n\n| Parameter ||\n|--------------|-----------------|\n| downloadTime | Optional number |\n| size | Optional number |\n\nProperties\n\ndownloadTime \nconstant\n\n(number or undefined)\n\nThe time it took to download the segment, in milliseconds.\n\nsize \nconstant\n\n(number or undefined)\n\nThe number of bytes in the segment."]]