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.
Namespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
Event()
public Event()
Event(Event)
public Event(Event other)
Parameter | |
---|---|
Name | Description |
other | Event |
Properties
Id
public string Id { get; set; }
The ID of the event.
Property Value | |
---|---|
Type | Description |
String |
Offset
public Duration Offset { get; set; }
The offset in seconds if the event type is PROGRESS
.
Property Value | |
---|---|
Type | Description |
Duration |
Type
public Event.Types.EventType Type { get; set; }
Describes the event that occurred.
Property Value | |
---|---|
Type | Description |
Event.Types.EventType |
Uri
public string Uri { get; set; }
The URI to trigger for this event.
Property Value | |
---|---|
Type | Description |
String |