public sealed class VodSessionContent : IMessage<VodSessionContent>, IEquatable<VodSessionContent>, IDeepCloneable<VodSessionContent>, IBufferMessage, IMessageReference documentation and code samples for the Video Stitcher v1 API class VodSessionContent.
Metadata for the entire stitched content in a VOD session.
Implements
IMessageVodSessionContent, IEquatableVodSessionContent, IDeepCloneableVodSessionContent, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
VodSessionContent()
public VodSessionContent()VodSessionContent(VodSessionContent)
public VodSessionContent(VodSessionContent other)| Parameter | |
|---|---|
| Name | Description |
other |
VodSessionContent |
Properties
Duration
public Duration Duration { get; set; }The total duration in seconds of the content including the ads stitched in.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|