# Print output for @column tags ?> AudioRecord.OnRoutingChangedListener - Android SDK | Android Developers

Most visited

Recently visited

AudioRecord.OnRoutingChangedListener

public static interface AudioRecord.OnRoutingChangedListener
implements AudioRouting.OnRoutingChangedListener

android.media.AudioRecord.OnRoutingChangedListener


This interface is deprecated.
users should switch to the general purpose AudioRouting.OnRoutingChangedListener class instead.

Defines the interface by which applications can receive notifications of routing changes for the associated AudioRecord.

Summary

Public methods

default void onRoutingChanged(AudioRouting router)
abstract void onRoutingChanged(AudioRecord audioRecord)

Called when the routing of an AudioRecord changes from either and explicit or policy rerouting.

Inherited methods

Public methods

onRoutingChanged

public void onRoutingChanged (AudioRouting router)

Parameters
router AudioRouting

onRoutingChanged

public abstract void onRoutingChanged (AudioRecord audioRecord)

Called when the routing of an AudioRecord changes from either and explicit or policy rerouting. Use AudioRecord.getRoutedDevice() to retrieve the newly routed-from device.

Parameters
audioRecord AudioRecord