AudioGroup Constructors
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.
Overloads
AudioGroup() |
Creates an empty AudioGroup. |
AudioGroup(Context) |
Creates an empty AudioGroup. |
AudioGroup(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
AudioGroup()
Creates an empty AudioGroup.
[Android.Runtime.Register(".ctor", "()V", "")]
public AudioGroup ();
- Attributes
Remarks
Creates an empty AudioGroup.
This member is deprecated. Replaced by #AudioGroup(Context)
Java documentation for android.net.rtp.AudioGroup.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.
Applies to
AudioGroup(Context)
Creates an empty AudioGroup.
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "", ApiSince=30)]
public AudioGroup (Android.Content.Context context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "", ApiSince=30)>]
new Android.Net.Rtp.AudioGroup : Android.Content.Context -> Android.Net.Rtp.AudioGroup
Parameters
- context
- Context
Context the group belongs to
- Attributes
Remarks
Creates an empty AudioGroup.
Java documentation for android.net.rtp.AudioGroup.AudioGroup(android.content.Context)
.
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
AudioGroup(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected AudioGroup (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.Rtp.AudioGroup : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.Rtp.AudioGroup
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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.