Connection.AudioModeIsVoip 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.
Requests that the framework use VOIP audio mode for this connection.
public bool AudioModeIsVoip { [Android.Runtime.Register("getAudioModeIsVoip", "()Z", "", ApiSince=23)] get; [Android.Runtime.Register("setAudioModeIsVoip", "(Z)V", "", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getAudioModeIsVoip", "()Z", "", ApiSince=23)>]
[<set: Android.Runtime.Register("setAudioModeIsVoip", "(Z)V", "", ApiSince=23)>]
member this.AudioModeIsVoip : bool with get, set
Property Value
True if the connection's audio mode is VOIP.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.telecom.Connection.getAudioModeIsVoip()
.
Property setter documentation:
Requests that the framework use VOIP audio mode for this connection.
Java documentation for android.telecom.Connection.setAudioModeIsVoip(boolean)
.
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.