Video Stitcher v1 API - Class GamLiveConfig (3.0.0-beta03)

public sealed class GamLiveConfig : IMessage<GamLiveConfig>, IEquatable<GamLiveConfig>, IDeepCloneable<GamLiveConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Video Stitcher v1 API class GamLiveConfig.

Metadata used to register a live stream with Google Ad Manager (GAM)

Inheritance

object > GamLiveConfig

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

GamLiveConfig()

public GamLiveConfig()

GamLiveConfig(GamLiveConfig)

public GamLiveConfig(GamLiveConfig other)
Parameter
NameDescription
otherGamLiveConfig

Properties

AssetKey

public string AssetKey { get; set; }

Output only. The asset key identifier generated for the live config.

Property Value
TypeDescription
string

CustomAssetKey

public string CustomAssetKey { get; set; }

Output only. The custom asset key identifier generated for the live config.

Property Value
TypeDescription
string

NetworkCode

public string NetworkCode { get; set; }

Required. Ad Manager network code to associate with the live config.

Property Value
TypeDescription
string