VideoQualityMode

@Serializable(with = VideoQualityMode.Serializer::class)
sealed class VideoQualityMode(source)

See VideoQualityModes in the Discord Developer Documentation.

Inheritors

Types

Link copied to clipboard

Discord chooses the quality for optimal performance.

Link copied to clipboard
object Companion
Link copied to clipboard

720p.

Link copied to clipboard
class Unknown(val value: Int) : VideoQualityMode

An unknown VideoQualityMode.

Functions

Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
override fun toString(): String

Properties

Link copied to clipboard
val value: Int

The raw value used by Discord.