public sealed class GamVodConfig : IMessage<GamVodConfig>, IEquatable<GamVodConfig>, IDeepCloneable<GamVodConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GamVodConfig.
Metadata for registering a VOD Session with Google Ad Manager (GAM).
Implements
IMessageGamVodConfig, IEquatableGamVodConfig, IDeepCloneableGamVodConfig, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.StitcherV1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
GamVodConfig()
public GamVodConfig()
GamVodConfig(GamVodConfig)
public GamVodConfig(GamVodConfig other)
Parameter | |
---|---|
Name | Description |
other | GamVodConfig |
Properties
NetworkCode
public string NetworkCode { get; set; }
Required. Ad Manager network code.
Property Value | |
---|---|
Type | Description |
string |
StreamId
public string StreamId { get; set; }
Required. The stream ID generated by Ad Manager.
Property Value | |
---|---|
Type | Description |
string |