AudioStream.Join(AudioGroup) Method
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.
Joins an AudioGroup
.
[Android.Runtime.Register("join", "(Landroid/net/rtp/AudioGroup;)V", "GetJoin_Landroid_net_rtp_AudioGroup_Handler")]
public virtual void Join (Android.Net.Rtp.AudioGroup? group);
[<Android.Runtime.Register("join", "(Landroid/net/rtp/AudioGroup;)V", "GetJoin_Landroid_net_rtp_AudioGroup_Handler")>]
abstract member Join : Android.Net.Rtp.AudioGroup -> unit
override this.Join : Android.Net.Rtp.AudioGroup -> unit
Parameters
- group
- AudioGroup
The AudioGroup to join or null
to leave.
- Attributes
Exceptions
if the stream is not properly configured.
Remarks
Joins an AudioGroup
. Each stream can join only one group at a time. The group can be changed by passing a different one or removed by calling this method with null
.
Java documentation for android.net.rtp.AudioStream.join(android.net.rtp.AudioGroup)
.
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.