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.
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.
Implements
IMessageVodStitchDetail, IEquatableVodStitchDetail, IDeepCloneableVodStitchDetail, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
VodStitchDetail()
public VodStitchDetail()
VodStitchDetail(VodStitchDetail)
public VodStitchDetail(VodStitchDetail other)
Parameter | |
---|---|
Name | Description |
other |
VodStitchDetail |
Properties
AdStitchDetails
public RepeatedField<AdStitchDetail> AdStitchDetails { get; }
A list of ad processing details for the fetched ad playlist.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
VodStitchDetailName
public VodStitchDetailName VodStitchDetailName { get; set; }
VodStitchDetailName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
VodStitchDetailName |