[[["易于理解","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"]],["最后更新时间 (UTC):2025-08-21。"],[[["\u003cp\u003e\u003ccode\u003eAdProgressData\u003c/code\u003e provides information about the progress of an advertisement, such as its current time, duration, and position within a sequence of ads.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes data like the total number of ads, the duration of the ad break, and the duration of the ad period.\u003c/p\u003e\n"],["\u003cp\u003eAll properties within \u003ccode\u003eAdProgressData\u003c/code\u003e are constant, meaning their values are set and cannot be changed once initialized.\u003c/p\u003e\n"]]],[],null,["# Class: AdProgressData\n\nAdProgressData\n==============\n\nclass public\n\nA class for specifying ad progress data.\n\nProperties\n----------\n\n### adBreakDuration\n\nconstant\n\nnumber\n\n### adPeriodDuration\n\nconstant\n\nnumber\n\n### adPosition\n\nconstant\n\nnumber\n\n### currentTime\n\nconstant\n\nnumber\n\n### duration\n\nconstant\n\nnumber\n\n### totalAds\n\nconstant\n\nnumber"]]