Live Stream v1 API - Class Clip.Types.TimeSlice (1.8.0)

public sealed class Clip.Types.TimeSlice : IMessage<Clip.Types.TimeSlice>, IEquatable<Clip.Types.TimeSlice>, IDeepCloneable<Clip.Types.TimeSlice>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > Clip.Types.TimeSlice

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

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