CPScalingStyles
enum CPScalingStyles : NSInteger {}
Enum class for local and remote video view scaling style Default value is SCALINGSTYLE_ASPECT_RATIO_FIT
Since
2.15.0-
Scaling style is Aspect Ratio Fit
Declaration
Objective-C
SCALINGSTYLE_ASPECT_RATIO_FIT = 1
-
Scaling style is Aspect Ratio Fit
Declaration
Objective-C
SCALINGSTYLE_ASPECT_RATIO_FILL = 2