public Duration InitialAdRequestDuration { get; set; }
The duration in seconds of the part of the break to be prefetched.
This field is only relevant if prefetch is enabled.
You should set this duration to as long as possible to increase the
benefits of prefetching, but not longer than the shortest ad break
expected. For example, for a live event with 30s and 60s ad breaks, the
initial duration should be set to 30s.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `PrefetchConfig` class within the Google Cloud Video Stitcher v1 API, specifically version 2.0.0."],["`PrefetchConfig` is used to configure the prefetching of ads, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PrefetchConfig` class has two constructors, one default and another that accepts another `PrefetchConfig` instance, and two properties: `Enabled` which is a boolean to indicate whether prefetching is enabled, and `InitialAdRequestDuration`, which is used to set the length of time, in seconds, of the prefetching."],["This API has multiple versions, the latest being 3.3.0 and going back to 1.0.0."]]],[]]