Video Stitcher v1 API - Class VodSession.Types.GamSettings (3.1.0)

public sealed class VodSession.Types.GamSettings : IMessage<VodSession.Types.GamSettings>, IEquatable<VodSession.Types.GamSettings>, IDeepCloneable<VodSession.Types.GamSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Video Stitcher v1 API class VodSession.Types.GamSettings.

Defines fields related to Google Ad Manager (GAM). This should be set if GAM is being used for ads.

Inheritance

object > VodSession.Types.GamSettings

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

GamSettings()

public GamSettings()

GamSettings(GamSettings)

public GamSettings(VodSession.Types.GamSettings other)
Parameter
NameDescription
otherVodSessionTypesGamSettings

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