public sealed class VodStitchDetail : IMessage<VodStitchDetail>, IEquatable<VodStitchDetail>, IDeepCloneable<VodStitchDetail>, IBufferMessage, IMessageReference documentation and code samples for the Video Stitcher v1 API class VodStitchDetail.
Detailed information related to the interstitial of a VOD session.
Implements
IMessage<VodStitchDetail>, IEquatable<VodStitchDetail>, IDeepCloneable<VodStitchDetail>, 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 |
RepeatedField<AdStitchDetail> |
|
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 |
|