toggle menu
tidal-sdk-android
bom-6
androidJvm
switch theme
search in API
player-playback-engine
/
com.tidal.sdk.player.playbackengine.view
/
AspectRatioAdjustingSurfaceView
/
SuggestedDimensions
Suggested
Dimensions
data
class
SuggestedDimensions
<
T
>
(
val
widthPx
:
T
,
val
heightPx
:
T
,
val
allowUpscaling
:
Boolean
=
true
)
Members
Constructors
Suggested
Dimensions
Link copied to clipboard
constructor
(
widthPx
:
T
,
heightPx
:
T
,
allowUpscaling
:
Boolean
=
true
)
Properties
allow
Upscaling
Link copied to clipboard
val
allowUpscaling
:
Boolean
=
true
height
Px
Link copied to clipboard
val
heightPx
:
T
width
Px
Link copied to clipboard
val
widthPx
:
T