[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003e\u003ccode\u003eSeekRequest\u003c/code\u003e objects are used to manage seeking within media playback on a cast device.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecurrentTime\u003c/code\u003e specifies the desired playback position, with optional behavior for live streams.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eresumeState\u003c/code\u003e controls whether media should play, pause, or remain unchanged after seeking.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecustomData\u003c/code\u003e allows for application-specific data to be sent alongside the seek request.\u003c/p\u003e\n"]]],[],null,["# Class: SeekRequest\n\nchrome.[cast](/cast/docs/reference/web_sender/chrome.cast).[media](/cast/docs/reference/web_sender/chrome.cast.media).SeekRequest\n=================================================================================================================================\n\nclass static\n\nA request to seek the current media.\n\nConstructor\n-----------\n\n### SeekRequest\n\nnew\nSeekRequest()\n\nProperties\n----------\n\n### currentTime\n\nnullable number\n\nThe new current time for the media, in seconds after the start of the\nmedia. If the media type is chrome.cast.media.StreamType.LIVE, then\ncurrentTime is optional; if not set, the stream will resume at the live\nmedia position.\n\n### customData\n\nnullable Object\n\nCustom data for the receiver application.\n\n### resumeState\n\nnullable [chrome.cast.media.ResumeState](/cast/docs/reference/web_sender/chrome.cast.media#.ResumeState)\n\nThe desired media player state after the seek is complete. If unset, it\nwill retain the state it had before seeking."]]