PlanetKitVideoSource

@objc
@frozen
public enum PlanetKitVideoSource : Int
extension PlanetKitVideoSource: CustomStringConvertible

An enumeration representing the source of a video frame.

  • The video source is the camera.

    Declaration

    Swift

    case camera
  • The video source is the screen.

    Declaration

    Swift

    case screen

CustomStringConvertible

  • Declaration

    Swift

    public var description: String { get }