Video Stitcher v1 API - Class VodSession (1.1.0)

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.

Inheritance

Object > VodSession

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

VodSession()

public VodSession()

VodSession(VodSession)

public VodSession(VodSession other)
Parameter
NameDescription
otherVodSession

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: &quot;https://doubleclick.google.com/ad/1?geo_id=[geoId]&quot;

Ad tag macro map: {&quot;geoId&quot;: &quot;123&quot;}

Fully qualified ad tag: &quot;https://doubleclick.google.com/ad/1?geo_id=123"`

Property Value
TypeDescription
MapField<String, String>

AdTagUri

public string AdTagUri { get; set; }

Required. Ad tag URI.

Property Value
TypeDescription
String

AssetId

public string AssetId { get; set; }

Output only. The generated ID of the VodSession's source media.

Property Value
TypeDescription
String

ClientAdTracking

public bool ClientAdTracking { get; set; }

Indicates whether client side ad tracking is enabled. If client side ad tracking is enabled, then the client player is expected to trigger playback and activity events itself. If this is set to false, server side ad tracking is enabled, causing the Video Stitcher service will trigger playback events on behalf of the client player.

Property Value
TypeDescription
Boolean

Interstitials

public Interstitials Interstitials { get; set; }

Output only. Metadata of what was stitched into the content.

Property Value
TypeDescription
Interstitials

ManifestOptions

public ManifestOptions ManifestOptions { get; set; }

Additional options that affect the output of the manifest.

Property Value
TypeDescription
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
TypeDescription
String

PlayUri

public string PlayUri { get; set; }

Output only. The playback URI of the stitched content.

Property Value
TypeDescription
String

SourceUri

public string SourceUri { get; set; }

Required. URI of the media to stitch.

Property Value
TypeDescription
String

VodSessionName

public VodSessionName VodSessionName { get; set; }

VodSessionName-typed view over the Name resource name property.

Property Value
TypeDescription
VodSessionName