pub unsafe extern "C-unwind" fn CMAudioDeviceClockSetAudioDeviceUID(
clock: &CMClock,
device_uid: Option<&CFString>,
) -> i32Available on crate features
CMAudioDeviceClock and CMSync only.Expand description
Changes the CoreAudio device the clock is tracking.
Pass NULL for deviceUID to make the clock track the default device.