AuroraLive Player iOS SDK Documentation

Enumeration Video​View.​Layout​Mode

@objc
    public enum LayoutMode: Int, Codable  

Specifies how to render the video withing the VideoView's bounds.

VideoView.LayoutMode VideoView.LayoutMode Int Int VideoView.LayoutMode->Int Codable Codable VideoView.LayoutMode->Codable

Member Of

VideoView

Conforms To

Codable
Int

Enumeration Cases

fit

case fit

Video will be fully visible within the VideoView.

fill

case fill

Video will fully cover up the VideoView.