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, specifically version 3.2.0, with links to other versions as well."],["`PrefetchConfig` is a class used to configure the prefetching of ads and is part of the `Google.Cloud.Video.Stitcher.V1` namespace within the Google Cloud .NET library."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["`PrefetchConfig` has two properties: `Enabled`, which is a boolean to enable prefetching, and `InitialAdRequestDuration`, which is a Duration type that specifies the duration of the ad break to prefetch."],["The `PrefetchConfig` class has two constructors: a parameterless one, and one that takes another `PrefetchConfig` object as the `other` parameter."]]],[]]