Attributes

struct Attributes

Attributes for the CameraAvStreamManagementTrait.

  • A list of the attribute IDs of the attributes supported by the cluster instance. Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var attributeList: [UInt32]? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var maxConcurrentEncoders: UInt8? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var maxEncodedPixelRate: UInt32? { get }
  • The parameters for the video sensor. Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var videoSensorParams: Matter.CameraAvStreamManagementTrait.VideoSensorParamsStruct? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var nightVisionUsesInfrared: Bool? { get }
  • The minimum resolution (width and height) in pixels that the camera allows for its viewport. Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var minViewportResolution: Matter.CameraAvStreamManagementTrait.VideoResolutionStruct? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var rateDistortionTradeOffPoints: [Matter.CameraAvStreamManagementTrait.RateDistortionTradeOffPointsStruct]? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var maxContentBufferSize: UInt32? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var microphoneCapabilities: Matter.CameraAvStreamManagementTrait.AudioCapabilitiesStruct? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var speakerCapabilities: Matter.CameraAvStreamManagementTrait.AudioCapabilitiesStruct? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var twoWayTalkSupport: Matter.CameraAvStreamManagementTrait.TwoWayTalkSupportTypeEnum? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var snapshotCapabilities: [Matter.CameraAvStreamManagementTrait.SnapshotCapabilitiesStruct]? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var maxNetworkBandwidth: UInt32? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var currentFrameRate: UInt16? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var hdrModeEnabled: Bool? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var supportedStreamUsages: [Matter.CameraAvStreamManagementTrait.StreamUsageEnum]? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var allocatedVideoStreams: [Matter.CameraAvStreamManagementTrait.VideoStreamStruct]? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var allocatedAudioStreams: [Matter.CameraAvStreamManagementTrait.AudioStreamStruct]? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var allocatedSnapshotStreams: [Matter.CameraAvStreamManagementTrait.SnapshotStreamStruct]? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var streamUsagePriorities: [Matter.CameraAvStreamManagementTrait.StreamUsageEnum]? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var softRecordingPrivacyModeEnabled: Bool? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var softLivestreamPrivacyModeEnabled: Bool? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var hardPrivacyModeOn: Bool? { get }
  • The currently selected Night Vision mode. Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var nightVision: Matter.CameraAvStreamManagementTrait.TriStateAutoEnum? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var nightVisionIllum: Matter.CameraAvStreamManagementTrait.TriStateAutoEnum? { get }
  • The viewport to apply to all streams. Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var viewport: Matter.CameraAvStreamManagementTrait.ViewportStruct? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var speakerMuted: Bool? { get }
  • The current volume level of the speaker. Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var speakerVolumeLevel: UInt8? { get }
  • The maximum volume level that can be assigned to the speaker. Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var speakerMaxLevel: UInt8? { get }
  • The minimum volume level that can be assigned to the speaker. Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var speakerMinLevel: UInt8? { get }
  • Indicates whether the microphone is muted. Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var microphoneMuted: Bool? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var microphoneVolumeLevel: UInt8? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var microphoneMaxLevel: UInt8? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var microphoneMinLevel: UInt8? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var microphoneAGCEnabled: Bool? { get }
  • The amount of clockwise rotation in degrees that the image has been subjected to, with 0 and 180 being the only supported values. Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var imageRotation: UInt16? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var imageFlipHorizontal: Bool? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var imageFlipVertical: Bool? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var localVideoRecordingEnabled: Bool? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var localSnapshotRecordingEnabled: Bool? { get }
  • Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var statusLightEnabled: Bool? { get }
  • The current brightness of the status light. Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var statusLightBrightness: Matter.CameraAvStreamManagementTrait.ThreeLevelAutoEnum? { get }
  • A list of server-generated commands (server to client) which are supported by this cluster server instance. Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var generatedCommandList: [UInt32]? { get }
  • A list of client-generated commands which are supported by this cluster server instance.

    Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var acceptedCommandList: [UInt32]? { get }
  • Whether the server supports zero or more optional cluster features. A cluster feature is a set of cluster elements that are mandatory or optional for a defined feature of the cluster. If a cluster feature is supported by the cluster instance, then the corresponding bit is set to 1, otherwise the bit is set to 0 (zero). Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var featureMap: Matter.CameraAvStreamManagementTrait.Feature? { get }
  • The revision of the server cluster specification supported by the cluster instance. Nullable: false.

    Declaration

    Swift

    @TraitAttribute
    var clusterRevision: UInt16? { get }
  • The trait identifier.

    Declaration

    Swift

    static var identifier: String { get }
  • Writes this object to the given TraitEncoder. Throws HomeError.encodingFailed if the data could not be encoded.

    Declaration

    Swift

    func encode(with encoder: TraitEncoder) throws
  • Returns a Boolean value indicating whether two values are equal.

    Equality is the inverse of inequality. For any values a and b, a == b implies that a != b is false.

    Declaration

    Swift

    static func == (lhs: Matter.CameraAvStreamManagementTrait.Attributes, rhs: Matter.CameraAvStreamManagementTrait.Attributes) -> Bool

    Parameters

    lhs

    A value to compare.

    rhs

    Another value to compare.

  • Hashes the essential components of this value by feeding them into the given hasher.

    Implement this method to conform to the Hashable protocol. The components used for hashing must be the same as the components compared in your type’s == operator implementation. Call hasher.combine(_:) with each of these components.

    Important

    In your implementation of hash(into:), don’t call finalize() on the hasher instance provided, or replace it with a different instance. Doing so may become a compile-time error in the future.

    Declaration

    Swift

    func hash(into hasher: inout Hasher)