ScalingMode

enum ScalingMode : Enum<ScalingMode>

Specifies how the video content is scaled or stretched.

Entries

Link copied to clipboard

Specifies that the player should preserve the video’s aspect ratio and fill the container’s bounds.

Link copied to clipboard

Specifies that the video should be stretched to fill the container’s bounds. The aspect ratio may not be preserved.

Link copied to clipboard
Fit()

Specifies that the player should preserve the video’s aspect ratio and fit the video within the container's bounds.