次の方法で共有


AudioDeviceInfo.TypeDockAnalog 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 describing the audio device associated with a dock using an analog connection.

[Android.Runtime.Register("TYPE_DOCK_ANALOG", ApiSince=34)]
[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 TypeDockAnalog = 31;
[<Android.Runtime.Register("TYPE_DOCK_ANALOG", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioDeviceType enum directly instead of this field.", true)>]
val mutable TypeDockAnalog : Android.Media.AudioDeviceType

Field Value

Value = 31
Attributes

Remarks

A device type describing the audio device associated with a dock using an analog connection.

Java documentation for android.media.AudioDeviceInfo.TYPE_DOCK_ANALOG.

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