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."],[[["The `PrefetchConfig` class, part of the Google Cloud Video Stitcher v1 API, provides configuration options for prefetching ads, allowing for enhanced video streaming experiences."],["Version 3.3.0 is the latest release of the `PrefetchConfig` class, however multiple other versions are available dating back to version 1.0.0."],["`PrefetchConfig` includes properties such as `Enabled` which specifies if ad prefetching is active, and `InitialAdRequestDuration` that sets the length of the ad break section that will be prefetched."],["The `PrefetchConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."]]],[]]