IVSPlayerView
Objective-C
@interface IVSPlayerView : UIViewSwift
class IVSPlayerView : UIViewA view whose backing layer is an instance of IVSPlayerLayer.
- 
                  
                  This view’s backing layer, guaranteed to be an instance of IVSPlayerLayer.DeclarationObjective-C @property (nonatomic, readonly) IVSPlayerLayer *_Nonnull playerLayer;Swift var playerLayer: IVSPlayerLayer { get }
- 
                  
                  Convenience accessor for the playerproperty onplayerLayer.This property is key-value observable. 
- 
                  
                  Convenience accessor for the videoGravityproperty onplayerLayer.This property is key-value observable. DeclarationObjective-C @property (nonatomic, copy) AVLayerVideoGravity _Nonnull videoGravity;Swift var videoGravity: AVLayerVideoGravity { get set }
- 
                  
                  Convenience accessor for the videoRectproperty onplayerLayer.This property is key-value observable. DeclarationObjective-C @property (nonatomic, readonly) CGRect videoRect;Swift var videoRect: CGRect { get }
 IVSPlayerView Class Reference
        IVSPlayerView Class Reference