SupportedResolutions

@Serializable
data class SupportedResolutions(val discreteResolutions: List<DiscreteResolution>)

Constructors

Link copied to clipboard
constructor(discreteResolutions: List<DiscreteResolution>)

Properties