AudioPlaybackConfiguration.AudioDeviceInfo Property
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.
Returns information about the AudioDeviceInfo
used for this playback.
public Android.Media.AudioDeviceInfo? AudioDeviceInfo { [Android.Runtime.Register("getAudioDeviceInfo", "()Landroid/media/AudioDeviceInfo;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getAudioDeviceInfo", "()Landroid/media/AudioDeviceInfo;", "", ApiSince=31)>]
member this.AudioDeviceInfo : Android.Media.AudioDeviceInfo
Property Value
the audio playback device or null if the device is not available at the time of query
- Attributes
Remarks
Returns information about the AudioDeviceInfo
used for this playback.
Java documentation for android.media.AudioPlaybackConfiguration.getAudioDeviceInfo()
.
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.