ReceiverCapabilities
public struct ReceiverCapabilities : OwnedInstanceProtocol
This struct describes our receiver capabilities
-
This is us.
Declaration
Swift
public let owner: RVS_ONVIF! -
This is the URL for the XAddr.
Declaration
Swift
public var xAddr: URL! -
Indication if the device supports receiving of RTP Multicast.
Declaration
Swift
public var isRTP_Multicast: Bool -
Indication if the device supports receiving of RTP over TCP.
Declaration
Swift
public var isRTP_TCP: Bool -
Indication if the device supports receiving of RTP over RTSP over TCP
Declaration
Swift
public var isRTP_RTSP_TCP: Bool -
The maximum number of receivers the device supports.
Declaration
Swift
public var supportedReceivers: Int! -
The maximum length allowed for RTSP URIs.
Declaration
Swift
public var maximumRTSPURILength: Int!
View on GitHub
ReceiverCapabilities Structure Reference