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!
View on GitHub
VideoSourceConfiguration Structure Reference