public sealed class Clip.Types.TimeSlice : IMessage<Clip.Types.TimeSlice>, IEquatable<Clip.Types.TimeSlice>, IDeepCloneable<Clip.Types.TimeSlice>, IBufferMessage, IMessageReference documentation and code samples for the Live Stream v1 API class Clip.Types.TimeSlice.
TimeSlice represents a tuple of Unix epoch timestamps that specifies a time range.
Implements
IMessageClipTypesTimeSlice, IEquatableClipTypesTimeSlice, IDeepCloneableClipTypesTimeSlice, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
TimeSlice()
public TimeSlice()TimeSlice(TimeSlice)
public TimeSlice(Clip.Types.TimeSlice other)| Parameter | |
|---|---|
| Name | Description |
other |
ClipTypesTimeSlice |
Properties
MarkinTime
public Timestamp MarkinTime { get; set; }The mark-in Unix epoch time in the original live stream manifest.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
MarkoutTime
public Timestamp MarkoutTime { get; set; }The mark-out Unix epoch time in the original live stream manifest.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|