AudioDeviceInfo.TypeRemoteSubmix Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Value = 25- Attributes
Remarks
A device type for rerouting audio within the Android framework between mixes and system applications. This type is for instance encountered when querying the output device of a track (with AudioTrack#getRoutedDevice()
playing from a device in screen mirroring mode, where the audio is not heard on the device, but on the remote device.
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.