AudioGroup.Mode 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 the current mode. -or- Changes the current mode.
public virtual Android.Net.Rtp.AudioGroupMode Mode { [Android.Runtime.Register("getMode", "()I", "GetGetModeHandler")] get; [Android.Runtime.Register("setMode", "(I)V", "GetSetMode_IHandler")] set; }
[<get: Android.Runtime.Register("getMode", "()I", "GetGetModeHandler")>]
[<set: Android.Runtime.Register("setMode", "(I)V", "GetSetMode_IHandler")>]
member this.Mode : Android.Net.Rtp.AudioGroupMode with get, set
Property Value
- Attributes
Exceptions
if the mode is invalid.
Remarks
Property getter documentation:
Returns the current mode.
Java documentation for android.net.rtp.AudioGroup.getMode()
.
Property setter documentation:
Changes the current mode. It must be one of #MODE_ON_HOLD
, #MODE_MUTED
, #MODE_NORMAL
, and #MODE_ECHO_SUPPRESSION
.
Java documentation for android.net.rtp.AudioGroup.setMode(int)
.
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.