VideoSourceConfiguration

public struct VideoSourceConfiguration : ConfigurationProtocol

This struct describes a video source configuration.

  • This is us.

    Declaration

    Swift

    public let owner: RVS_ONVIF!
  • The name of this state.

    Declaration

    Swift

    public let name: String
  • The token string.

    Declaration

    Swift

    public let token: String
  • The source token string.

    Declaration

    Swift

    public let sourceToken: String
  • How many instances use this.

    Declaration

    Swift

    public let useCount: Int
  • The source bounds

    Declaration

    Swift

    public let bounds: CGRect!
  • Default initializer (lets us leave out a few).

    Declaration

    Swift

    public init(owner inOwner: RVS_ONVIF, name inName: String, useCount inUseCount: Int = 0, token inToken: String = "", sourceToken inSourceToken: String = "", bounds inBounds: CGRect = CGRect.zero)