Video Stitcher v1 API - Class GamVodConfig (2.0.0)

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).

Inheritance

object > GamVodConfig

Namespace

GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.StitcherV1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

GamVodConfig()

public GamVodConfig()

GamVodConfig(GamVodConfig)

public GamVodConfig(GamVodConfig other)
Parameter
NameDescription
otherGamVodConfig

Properties

NetworkCode

public string NetworkCode { get; set; }

Required. Ad Manager network code.

Property Value
TypeDescription
string

StreamId

public string StreamId { get; set; }

Required. The stream ID generated by Ad Manager.

Property Value
TypeDescription
string