Live Stream v1 API - Class DvrSession.Types.DvrWindow (1.9.0)

public sealed class DvrSession.Types.DvrWindow : IMessage<DvrSession.Types.DvrWindow>, IEquatable<DvrSession.Types.DvrWindow>, IDeepCloneable<DvrSession.Types.DvrWindow>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class DvrSession.Types.DvrWindow.

DvrWindow represents a DVR window.

Inheritance

object > DvrSession.Types.DvrWindow

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

DvrWindow()

public DvrWindow()

DvrWindow(DvrWindow)

public DvrWindow(DvrSession.Types.DvrWindow other)
Parameter
Name Description
other DvrSessionTypesDvrWindow

Properties

KindCase

public DvrSession.Types.DvrWindow.KindOneofCase KindCase { get; }
Property Value
Type Description
DvrSessionTypesDvrWindowKindOneofCase

TimeInterval

public TimeInterval TimeInterval { get; set; }

A time interval in the form of a tuple of Unix epoch time.

Property Value
Type Description
TimeInterval