VideoScaleMode type

Warning: This API is now obsolete.

Use Component.setContentScaleMode().

Control how the video will scale to fill the layout element.

Signature:

export type VideoScaleMode = 'ScaleAndCrop' | 'ScaleToFit' | 'StretchToFill';