Table of Contents

Struct LiveStreamStatus

Namespace
Kook.WebSocket
Assembly
Kook.Net.WebSocket.dll

表示一个直播状态。

public struct LiveStreamStatus
Inherited Members

Constructors

LiveStreamStatus()

初始化 LiveStreamStatus 结构的新实例。

public LiveStreamStatus()

Properties

AudienceCount

获取此直播的观众人数。

public readonly int AudienceCount { get; }

Property Value

int

AudienceLimit

获取此直播间可容纳的最大观众人数。

public readonly int AudienceLimit { get; }

Property Value

int

Color

// TODO: To be documented.

public readonly AlphaColor Color { get; }

Property Value

AlphaColor

CoverThumbnail

获取此直播的封面缩略图。

public readonly string? CoverThumbnail { get; }

Property Value

string

FrameRate

获取此直播的帧率。

public readonly int? FrameRate { get; }

Property Value

int?

Image

获取此直播间图像的 URL。

public readonly string Image { get; }

Property Value

string

IsLive

获取此直播是否正在进行。

public readonly bool IsLive { get; }

Property Value

bool

Mode

获取直播间的模式。

public readonly int Mode { get; }

Property Value

int

Resolution

获取此直播的分辨率。

public readonly int? Resolution { get; }

Property Value

int?

StartTime

获取此直播的开始时间。

public readonly DateTimeOffset? StartTime { get; }

Property Value

DateTimeOffset?

Tag

获取此直播的标签。

public readonly string Tag { get; }

Property Value

string

VoiceChannel

获取用户当前所在的语音频道;如果不在任何频道中则为 null

public readonly SocketVoiceChannel? VoiceChannel { get; }

Property Value

SocketVoiceChannel