ServiceHapCameraRtpStreamManagement

@available(swift 4.0)
@available(iOS 10.0, tvOS 10.0, watchOS 3.0, macOS 10.12, *)
open class ServiceHapCameraRtpStreamManagement : Service

HAP-BLE HomeKit Camera RTP Stream Management Service

A Camera RTP Stream Management service allows description of the supported audio and video codecs and parameters supported by the accessory as well as configuration and control of the RTP session to stream the audio/video stream to a controller.

  • Service Name

    Declaration

    Swift

    public static var name: String { get }
  • Service UUID

    Declaration

    Swift

    public static var uuidString: String { get }
  • Service Uniform Identifier

    Declaration

    Swift

    public static var uniformIdentifier: String { get }
  • Creates Service

    Declaration

    Swift

    public init()