Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
@interface ACSCreateViewOptions : NSObject;
Description
Options to be passed when rendering a Video
Methods
init
Creates a new instance with a scaling mode parameter
-(instancetype)init:(ACSScalingMode)scalingMode;
Parameters
scalingMode
- Scaling mode for the current video
Properties
scalingMode
Scaling mode for rendering the video.
@property ACSScalingMode scalingMode;