Live Stream v1 API - Class TimeInterval (1.9.0)

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

Reference documentation and code samples for the Live Stream v1 API class TimeInterval.

TimeInterval represents a time interval.

Inheritance

object > TimeInterval

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

TimeInterval()

public TimeInterval()

TimeInterval(TimeInterval)

public TimeInterval(TimeInterval other)
Parameter
Name Description
other TimeInterval

Properties

EndTime

public Timestamp EndTime { get; set; }

Optional. The end time of the interval.

Property Value
Type Description
Timestamp

StartTime

public Timestamp StartTime { get; set; }

Optional. The start time of the interval.

Property Value
Type Description
Timestamp