Video Stitcher v1 API - Class AdStitchDetail (3.1.0)

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

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

Metadata for a stitched ad.

Inheritance

object > AdStitchDetail

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

AdStitchDetail()

public AdStitchDetail()

AdStitchDetail(AdStitchDetail)

public AdStitchDetail(AdStitchDetail other)
Parameter
NameDescription
otherAdStitchDetail

Properties

AdBreakId

public string AdBreakId { get; set; }

Required. The ad break ID of the processed ad.

Property Value
TypeDescription
string

AdId

public string AdId { get; set; }

Required. The ad ID of the processed ad.

Property Value
TypeDescription
string

AdTimeOffset

public Duration AdTimeOffset { get; set; }

Required. The time offset of the processed ad.

Property Value
TypeDescription
Duration

Media

public MapField<string, Value> Media { get; }

Optional. The metadata of the chosen media file for the ad.

Property Value
TypeDescription
MapFieldstringValue

SkipReason

public string SkipReason { get; set; }

Optional. Indicates the reason why the ad has been skipped.

Property Value
TypeDescription
string