AudioDeviceInfo.TypeRemoteSubmix Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.AudioDeviceType enum directly instead of this field.

A device type for rerouting audio within the Android framework between mixes and system applications.

[Android.Runtime.Register("TYPE_REMOTE_SUBMIX", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioDeviceType enum directly instead of this field.", true)]
public const Android.Media.AudioDeviceType TypeRemoteSubmix = 25;
[<Android.Runtime.Register("TYPE_REMOTE_SUBMIX", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioDeviceType enum directly instead of this field.", true)>]
val mutable TypeRemoteSubmix : Android.Media.AudioDeviceType

Field Value

AudioDeviceType
Attributes

Remarks

Java documentation for android.media.AudioDeviceInfo.TYPE_REMOTE_SUBMIX.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to