Table of Contents

Class Broadcast.RtmpStream

Namespace
Vonage.Video.Broadcast
Assembly
Vonage.dll

Represents a RtmpStream.

public record Broadcast.RtmpStream : IEquatable<Broadcast.RtmpStream>
Inheritance
Broadcast.RtmpStream
Implements
Inherited Members

Constructors

RtmpStream(Guid, string, Uri, RtmpStatus)

Represents a RtmpStream.

public RtmpStream(Guid Id, string StreamName, Uri ServerUrl, Broadcast.RtmpStatus Status)

Parameters

Id Guid

The stream Id.

StreamName string

The stream name.

ServerUrl Uri

The server url.

Status Broadcast.RtmpStatus

The stream status.

Properties

Id

The stream Id.

public Guid Id { get; init; }

Property Value

Guid

ServerUrl

The server url.

public Uri ServerUrl { get; init; }

Property Value

Uri

Status

The stream status.

public Broadcast.RtmpStatus Status { get; init; }

Property Value

Broadcast.RtmpStatus

StreamName

The stream name.

public string StreamName { get; init; }

Property Value

string