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-04-02 UTC."],[[["This webpage provides documentation for the `PrefetchConfig` class within the Google Cloud Video Stitcher v1 API, detailing its purpose in prefetching ads."],["The `PrefetchConfig` class is available across multiple versions, from 1.0.0 to the latest version 3.3.0, with the current documentation based on version 3.0.0."],["`PrefetchConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes two constructors: a parameterless constructor and one that accepts another `PrefetchConfig` object for cloning."],["The key properties of `PrefetchConfig` are `Enabled`, which determines if ad prefetching is active, and `InitialAdRequestDuration`, which defines the length of the break to be prefetched in seconds."]]],[]]