SMScalingType Constants Reference

Declared in SMScalingType.h
Availability 2.15.0

SMScalingType

Enum class for local and remote video view scaling type

Definition

typedef NS_ENUM(NSInteger, SMScalingType ) {
   SCALINGTYPE_ASPECT_RATIO_FIT = 1,
   SCALINGTYPE_ASPECT_RATIO_FILL = 2,
};

Constants

SCALINGTYPE_ASPECT_RATIO_FIT

Scaling type is Aspect Ratio Fit

Declared In SMScalingType.h.

SCALINGTYPE_ASPECT_RATIO_FILL

Scaling type is Aspect Ratio Fit

Declared In SMScalingType.h.

Availability

2.15.0

Declared In

SMScalingType.h