public sealed class VodSession : IMessage<VodSession>, IEquatable<VodSession>, IDeepCloneable<VodSession>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class VodSession.
Metadata for a VOD session. The session expires 4 hours after its creation.
Implements
IMessageVodSession, IEquatableVodSession, IDeepCloneableVodSession, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.StitcherV1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
VodSession()
public VodSession()
VodSession(VodSession)
public VodSession(VodSession other)
Parameter | |
---|---|
Name | Description |
other | VodSession |
Properties
AdTagMacroMap
public MapField<string, string> AdTagMacroMap { get; }
Key value pairs for ad tag macro replacement. If the specified ad tag URI has macros, this field provides the mapping to the value that will replace the macro in the ad tag URI. Macros are designated by square brackets. For example:
Ad tag URI: "https://doubleclick.google.com/ad/1?geo_id=[geoId]"
Ad tag macro map: {"geoId": "123"}
Fully qualified ad tag:
"
https://doubleclick.google.com/ad/1?geo_id=123"`
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
AdTagUri
public string AdTagUri { get; set; }
Required. Ad tag URI.
Property Value | |
---|---|
Type | Description |
string |
AdTracking
public AdTracking AdTracking { get; set; }
Required. Determines how the ad should be tracked. If
[gam_vod_config][google.cloud.video.stitcher.v1.VodSession.gam_vod_config]
is set, the value must be CLIENT
because the IMA SDK handles ad tracking.
Property Value | |
---|---|
Type | Description |
AdTracking |
AssetId
public string AssetId { get; set; }
Output only. The generated ID of the VodSession's source media.
Property Value | |
---|---|
Type | Description |
string |
GamVodConfig
public GamVodConfig GamVodConfig { get; set; }
This has the Google Ad Manager (GAM) related metadata in the case where GAM is used for the ads.
Property Value | |
---|---|
Type | Description |
GamVodConfig |
Interstitials
public Interstitials Interstitials { get; set; }
Output only. Metadata of what was stitched into the content.
Property Value | |
---|---|
Type | Description |
Interstitials |
ManifestOptions
public ManifestOptions ManifestOptions { get; set; }
Additional options that affect the output of the manifest.
Property Value | |
---|---|
Type | Description |
ManifestOptions |
Name
public string Name { get; set; }
Output only. The name of the VOD session, in the form of
projects/{project_number}/locations/{location}/vodSessions/{id}
.
Property Value | |
---|---|
Type | Description |
string |
PlayUri
public string PlayUri { get; set; }
Output only. The playback URI of the stitched content.
Property Value | |
---|---|
Type | Description |
string |
SourceUri
public string SourceUri { get; set; }
Required. URI of the media to stitch.
Property Value | |
---|---|
Type | Description |
string |
VodSessionName
public VodSessionName VodSessionName { get; set; }
VodSessionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
VodSessionName |