Video Stitcher v1 API - Class VodSessionContent (3.1.0)

public sealed class VodSessionContent : IMessage<VodSessionContent>, IEquatable<VodSessionContent>, IDeepCloneable<VodSessionContent>, IBufferMessage, IMessage

Reference documentation and code samples for the Video Stitcher v1 API class VodSessionContent.

Metadata for the entire stitched content in a VOD session.

Inheritance

object > VodSessionContent

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

VodSessionContent()

public VodSessionContent()

VodSessionContent(VodSessionContent)

public VodSessionContent(VodSessionContent other)
Parameter
NameDescription
otherVodSessionContent

Properties

Duration

public Duration Duration { get; set; }

The total duration in seconds of the content including the ads stitched in.

Property Value
TypeDescription
Duration