Video

public class Video : NSObject

Video statistics

  • The width of the video in pixels.

    Declaration

    Swift

    @objc
    public let witdh: UInt16
  • The height of the video in pixels.

    Declaration

    Swift

    @objc
    public let height: UInt16
  • fps

    The frame rate of the video in frames per second.

    Declaration

    Swift

    @objc
    public let fps: UInt16