public sealed class LiveSession.Types.GamSettings : IMessage<LiveSession.Types.GamSettings>, IEquatable<LiveSession.Types.GamSettings>, IDeepCloneable<LiveSession.Types.GamSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class LiveSession.Types.GamSettings.
Defines fields related to Google Ad Manager (GAM). This should be set if GAM is being used for ads.
Implements
IMessageLiveSessionTypesGamSettings, IEquatableLiveSessionTypesGamSettings, IDeepCloneableLiveSessionTypesGamSettings, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.StitcherV1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
GamSettings()
public GamSettings()
GamSettings(GamSettings)
public GamSettings(LiveSession.Types.GamSettings other)
Parameter | |
---|---|
Name | Description |
other | LiveSessionTypesGamSettings |
Properties
GamDash
public LiveSession.Types.GamSettings.Types.GamDash GamDash { get; set; }
Fields that are specific to DASH manifests.
Property Value | |
---|---|
Type | Description |
LiveSessionTypesGamSettingsTypesGamDash |
GamHls
public LiveSession.Types.GamSettings.Types.GamHls GamHls { get; set; }
Fields that are specific to HLS manifests.
Property Value | |
---|---|
Type | Description |
LiveSessionTypesGamSettingsTypesGamHls |
ManifestFieldsCase
public LiveSession.Types.GamSettings.ManifestFieldsOneofCase ManifestFieldsCase { get; }
Property Value | |
---|---|
Type | Description |
LiveSessionTypesGamSettingsManifestFieldsOneofCase |
StreamId
public string StreamId { get; set; }
Required. The stream ID generated by Ad Manager.
Property Value | |
---|---|
Type | Description |
string |