Player Module
/
com.bitmovin.player.api.ui
/
ScalingMode
Scaling
Mode
enum
ScalingMode
:
Enum
<
ScalingMode
>
Content copied to clipboard
Specifies how the video content is scaled or stretched.
Entries
Inherited properties
Entries
Fit
Link copied to clipboard
Fit
()
Content copied to clipboard
Specifies that the player should preserve the video’s aspect ratio and fit the video within the container's bounds.
Stretch
Link copied to clipboard
Stretch
()
Content copied to clipboard
Specifies that the video should be stretched to fill the container’s bounds.
Zoom
Link copied to clipboard
Zoom
()
Content copied to clipboard
Specifies that the player should preserve the video’s aspect ratio and fill the container’s bounds.
Inherited properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard