[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eVodConfig\u003c/code\u003e class is part of the Google Cloud Video Stitcher v1 API, providing configurations for Video on Demand (VOD) content.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eAdTagUri\u003c/code\u003e (for the default ad tag), \u003ccode\u003eSourceUri\u003c/code\u003e (for the VOD stream manifest), and \u003ccode\u003eGamVodConfig\u003c/code\u003e (for Google Ad Manager metadata).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property provides the resource name of the VOD config, which follows the pattern \u003ccode\u003eprojects/{project}/locations/{location}/vodConfigs/{id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions available, with the latest being version 3.3.0, and multiple previous versions accessible as well, starting from version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVodConfig\u003c/code\u003e class implements several interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,["# Video Stitcher v1 API - Class VodConfig (3.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.VodConfig)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.2.0/Google.Cloud.Video.Stitcher.V1.VodConfig)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.1.0/Google.Cloud.Video.Stitcher.V1.VodConfig)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.0.0/Google.Cloud.Video.Stitcher.V1.VodConfig)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/2.0.0/Google.Cloud.Video.Stitcher.V1.VodConfig)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/1.1.0/Google.Cloud.Video.Stitcher.V1.VodConfig)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/1.0.0/Google.Cloud.Video.Stitcher.V1.VodConfig) \n\n public sealed class VodConfig : IMessage\u003cVodConfig\u003e, IEquatable\u003cVodConfig\u003e, IDeepCloneable\u003cVodConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Video Stitcher v1 API class VodConfig.\n\nMetadata used to register VOD configs. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e VodConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[VodConfig](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.VodConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[VodConfig](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.VodConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[VodConfig](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.VodConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Video.Stitcher.V1](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Video.Stitcher.V1.dll\n\nConstructors\n------------\n\n### VodConfig()\n\n public VodConfig()\n\n### VodConfig(VodConfig)\n\n public VodConfig(VodConfig other)\n\nProperties\n----------\n\n### AdTagUri\n\n public string AdTagUri { get; set; }\n\nRequired. The default ad tag associated with this VOD config.\n\n### GamVodConfig\n\n public GamVodConfig GamVodConfig { get; set; }\n\nOptional. Google Ad Manager (GAM) metadata.\n\n### Name\n\n public string Name { get; set; }\n\nOutput only. The resource name of the VOD config, in the form of\n`projects/{project}/locations/{location}/vodConfigs/{id}`.\n\n### SourceFetchOptions\n\n public FetchOptions SourceFetchOptions { get; set; }\n\nOptions for fetching source manifests and segments.\n\n### SourceUri\n\n public string SourceUri { get; set; }\n\nRequired. Source URI for the VOD stream manifest.\n\n### State\n\n public VodConfig.Types.State State { get; set; }\n\nOutput only. State of the VOD config.\n\n### VodConfigName\n\n public VodConfigName VodConfigName { get; set; }\n\n[VodConfigName](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.VodConfigName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.VodConfig#Google_Cloud_Video_Stitcher_V1_VodConfig_Name) resource name property."]]