Video Stitcher v1 API - Class VodStitchDetail (3.0.0-beta03)

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

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

Detailed information related to the interstitial of a VOD session. This resource is only available for VOD sessions that do not implement Google Ad Manager ad insertion.

Inheritance

object > VodStitchDetail

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

VodStitchDetail()

public VodStitchDetail()

VodStitchDetail(VodStitchDetail)

public VodStitchDetail(VodStitchDetail other)
Parameter
NameDescription
otherVodStitchDetail

Properties

AdStitchDetails

public RepeatedField<AdStitchDetail> AdStitchDetails { get; }

A list of ad processing details for the fetched ad playlist.

Property Value
TypeDescription
RepeatedFieldAdStitchDetail

Name

public string Name { get; set; }

The name of the stitch detail in the specified VOD session, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodStitchDetails/{id}.

Property Value
TypeDescription
string

VodStitchDetailName

public VodStitchDetailName VodStitchDetailName { get; set; }

VodStitchDetailName-typed view over the Name resource name property.

Property Value
TypeDescription
VodStitchDetailName