SBSDKVideoContentMode
enum SBSDKVideoContentMode : NSInteger {}
Enumeration of video preview content mode.
-
The video layers content is filled into the video layer. No visible borders. Video may be cropped to the visible screen area.
Declaration
Objective-C
SBSDKVideoContentModeFillIn
Swift
case fillIn = 0
-
The video layers content is fit into the video layer. Video may have visible borders. Video is fully visible within the screen.
Declaration
Objective-C
SBSDKVideoContentModeFitIn
Swift
case fitIn = 1