類別:VODStreamRequest
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-15 (世界標準時間)。
[null,null,["上次更新時間:2023-12-15 (世界標準時間)。"],[[["`VODStreamRequest` is a class used for defining properties of video-on-demand stream requests, extending the `StreamRequest` class."],["It includes properties like `contentSourceId` and `videoId`, which are mandatory for on-demand streams and identify the content source."],["This class inherits properties from `StreamRequest`, including `apiKey`, `authToken`, `adTagParameters`, `format`, and others for managing stream authorization, ad parameters, and format."],["Publishers can utilize `contentSourceId` for content management and `videoId` to identify video content, both essential for on-demand stream requests."],["While inheriting various properties from `StreamRequest`, `VODStreamRequest` focuses on the specifics of on-demand video streaming, including content identification and authorization."]]],["The `VODStreamRequest` class manages properties for on-demand video stream requests. Key actions include setting `contentSourceId` and `videoId` for content identification. Publishers can override ad tag parameters, including `dai-ot` and `dai-ov` for stream variant preferences. It allows configuration of `apiKey` or `authToken` for content access and authorization. The `format` property allows for selecting `hls` or `dash`. Additionally, you can provide `networkCode` and determine if `senderCanSkip` is enabled for skippable ads.\n"]]