Stream_URI
public struct Stream_URI : OwnedInstanceProtocol
This struct describes a streaming URI (response to “fetchURI()”)
-
This is us.
Declaration
Swift
public let owner: RVS_ONVIF!
-
The streaming URI, without authentication.
Declaration
Swift
public let uri: URL!
-
True, if the URI is invalid immediately after connection.
Declaration
Swift
public let invalidAfterConnect: Bool
-
True, if the URI is invalid immediately after a reboot.
Declaration
Swift
public let invalidAfterReboot: Bool
-
The timeout for the stream, in seconds.
Declaration
Swift
public let timeoutInSeconds: Int