ClockSource

public struct ClockSource
extension AudioDevice.ClockSource: CustomDebugStringConvertible

A clock source for an audio device

  • Returns the owning audio device

    Declaration

    Swift

    public let device: AudioDevice
  • Returns the clock source scope

    Declaration

    Swift

    public let scope: PropertyScope
  • id

    Returns the clock source ID

    Declaration

    Swift

    public let id: UInt32
  • Returns the clock source name

    Declaration

    Swift

    public func name() throws -> String
  • Returns the clock source kind

    Declaration

    Swift

    public func kind() throws -> UInt32

Audio Device Properties Implemented by Audio Controls

  • Declaration

    Swift

    public var debugDescription: String { get }