[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003eBreakSeekData\u003c/code\u003e provides information about seeking within media, including the start and end points of the seek and a list of breaks it covers.\u003c/p\u003e\n"],["\u003cp\u003eIt is constructed using \u003ccode\u003eseekFrom\u003c/code\u003e, \u003ccode\u003eseekTo\u003c/code\u003e, and an array of \u003ccode\u003ecast.framework.messages.Break\u003c/code\u003e objects representing the breaks within the seek range.\u003c/p\u003e\n"],["\u003cp\u003eThis class has properties like \u003ccode\u003ebreaks\u003c/code\u003e, \u003ccode\u003eseekFrom\u003c/code\u003e, and \u003ccode\u003eseekTo\u003c/code\u003e which respectively offer access to the breaks involved, the seek's start time, and the target time of the seek.\u003c/p\u003e\n"]]],[],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[breaks](/cast/docs/reference/web_receiver/cast.framework.breaks).BreakSeekData \nclass static\n\nProvide seek information, including list of breaks that are seeked over.\n\nConstructor\n\nBreakSeekData\n\nnew\nBreakSeekData(seekFrom, seekTo, breaks)\n\n| Parameter ||\n|----------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| seekFrom | number |\n| seekTo | number |\n| breaks | Array of non-null [cast.framework.messages.Break](/cast/docs/reference/web_receiver/cast.framework.messages.Break) Value must not be null. |\n\nProperties\n\nbreaks\n\nnon-null Array of non-null [cast.framework.messages.Break](/cast/docs/reference/web_receiver/cast.framework.messages.Break)\n\nList of breaks.\n\nseekFrom\n\nnumber\n\nCurrent playback time.\n\nseekTo\n\nnumber\n\nThe time to seek to."]]