activateAudioTrack(with:expectedValues:expectedValueInterval:completion:)

Declaration

func activateAudioTrack(with params: MTRMediaPlaybackClusterActivateAudioTrackParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?, completion: @escaping  @Sendable ((any Error)?) -> Void)
func activateAudioTrack(with params: MTRMediaPlaybackClusterActivateAudioTrackParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?) async throws