lib / tv.smartclip.smartclientandroid.lib.dto / SxEnvironmentVariables / PlayerSize

PlayerSize

data class PlayerSize

Constructors

<init>

PlayerSize(width: Int? = null, height: Int? = null)

Properties

height

var height: Int?

width

var width: Int?