SCElementSize

@interface SCElementSize : NSObject

Small class that describes the size of the video player and its view mode

  • Initializer for this class give in view mode and bounding rect of the video player view

    Declaration

    Objective-C

    - (nonnull instancetype)initWithViewMode:(ViewMode)viewMode
                                boundingRect:(id)boundingRect;