Video Stitcher v1 API - Class Event (3.1.0)

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

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

Describes an event and a trigger URI.

Inheritance

object > Event

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

Event()

public Event()

Event(Event)

public Event(Event other)
Parameter
NameDescription
otherEvent

Properties

Id

public string Id { get; set; }

The ID of the event.

Property Value
TypeDescription
string

Offset

public Duration Offset { get; set; }

The offset in seconds if the event type is PROGRESS.

Property Value
TypeDescription
Duration

Type

public Event.Types.EventType Type { get; set; }

Describes the event that occurred.

Property Value
TypeDescription
EventTypesEventType

Uri

public string Uri { get; set; }

The URI to trigger for this event.

Property Value
TypeDescription
string