VideoStreamOptions interface
Options to control how video streams are rendered.
Properties
is |
Whether the video stream is mirrored or not |
scaling |
Scaling mode. It can be |
Property Details
isMirrored
Whether the video stream is mirrored or not
isMirrored?: boolean
Property Value
boolean
scalingMode
Scaling mode. It can be Stretch
, Crop
or Fit
scalingMode?: ViewScalingMode