Dialog.VolumeControlStream Property

Definition

By default, this will use the owner Activity's suggested stream type.

public Android.Media.Stream VolumeControlStream { [Android.Runtime.Register("getVolumeControlStream", "()I", "")] get; [Android.Runtime.Register("setVolumeControlStream", "(I)V", "")] set; }
[<get: Android.Runtime.Register("getVolumeControlStream", "()I", "")>]
[<set: Android.Runtime.Register("setVolumeControlStream", "(I)V", "")>]
member this.VolumeControlStream : Android.Media.Stream with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Java documentation for android.app.Dialog.getVolumeControlStream().

Property setter documentation:

By default, this will use the owner Activity's suggested stream type.

Java documentation for android.app.Dialog.setVolumeControlStream(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.

Applies to

See also