public sealed class AdStitchDetail : IMessage<AdStitchDetail>, IEquatable<AdStitchDetail>, IDeepCloneable<AdStitchDetail>, IBufferMessage, IMessageReference documentation and code samples for the Video Stitcher v1 API class AdStitchDetail.
Metadata for a stitched ad.
Implements
IMessageAdStitchDetail, IEquatableAdStitchDetail, IDeepCloneableAdStitchDetail, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
AdStitchDetail()
public AdStitchDetail()AdStitchDetail(AdStitchDetail)
public AdStitchDetail(AdStitchDetail other)| Parameter | |
|---|---|
| Name | Description |
other |
AdStitchDetail |
Properties
AdBreakId
public string AdBreakId { get; set; }Required. The ad break ID of the processed ad.
| Property Value | |
|---|---|
| Type | Description |
string |
|
AdId
public string AdId { get; set; }Required. The ad ID of the processed ad.
| Property Value | |
|---|---|
| Type | Description |
string |
|
AdTimeOffset
public Duration AdTimeOffset { get; set; }Required. The time offset of the processed ad.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|
Media
public MapField<string, Value> Media { get; }Optional. The metadata of the chosen media file for the ad.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringValue |
|
SkipReason
public string SkipReason { get; set; }Optional. Indicates the reason why the ad has been skipped.
| Property Value | |
|---|---|
| Type | Description |
string |
|