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.
Implements
IMessage<VodSession>, IEquatable<VodSession>, IDeepCloneable<VodSession>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
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 |
MapField<String, String> |
AdTagUri
public string AdTagUri { get; set; }
Required. Ad tag URI.
Property Value | |
---|---|
Type | Description |
String |
AssetId
public string AssetId { get; set; }
Output only. The generated ID of the VodSession's source media.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Boolean |
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 |