RecordingCapabilities
public struct RecordingCapabilities : OwnedInstanceProtocol
This struct describes our recording 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 dynamic creation and deletion of recordings, see ONVIF Recording Configuration Specification.
Declaration
Swift
public var isDynamicRecordings: Bool -
Indication if the device supports dynamic creation and deletion of tracks, see ONVIF Recording Configuration Specification.
Declaration
Swift
public var isDynamicTracks: Bool -
Indication if the device supports explicit deletion of data, see ONVIF Recording Configuration Specification.
Declaration
Swift
public var isDeleteData: Bool
View on GitHub
RecordingCapabilities Structure Reference