Contents

CMAudioDeviceClockSetAudioDeviceID(_:deviceID:)

Changes the Core Audio device the clock is tracking by specifying a new device identifier.

Declaration

func CMAudioDeviceClockSetAudioDeviceID(_ clock: CMClock, deviceID: AudioDeviceID) -> OSStatus

Parameters

  • clock:

    The clock to change.

  • deviceID:

    The new Core Audio device to track.

See Also

Configuring Audio Clocks