Connection.PropertyHighDefAudio 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.Telecom.ConnectionProperties enum directly instead of this field.
Connection is using high definition audio.
[Android.Runtime.Register("PROPERTY_HIGH_DEF_AUDIO", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionProperties enum directly instead of this field.", true)]
public const Android.Telecom.ConnectionProperties PropertyHighDefAudio = 4;
[<Android.Runtime.Register("PROPERTY_HIGH_DEF_AUDIO", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionProperties enum directly instead of this field.", true)>]
val mutable PropertyHighDefAudio : Android.Telecom.ConnectionProperties
Field Value
Value = 4- Attributes
Remarks
Connection is using high definition audio.
Indicates that the Connection
is using a "high definition" audio codec. This usually implies something like AMR wideband, but the interpretation of when a call is considered high definition is left to the ConnectionService
to decide.
Translates to android.telecom.Call.Details#PROPERTY_HIGH_DEF_AUDIO
.
Java documentation for android.telecom.Connection.PROPERTY_HIGH_DEF_AUDIO
.
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.