Android.App.Activity.VolumeControlStream Property
Gets the suggested audio stream whose volume should be changed by the hardware volume controls.

Syntax

[get: Android.Runtime.Register("getVolumeControlStream", "()I", "GetGetVolumeControlStreamHandler")]
[set: Android.Runtime.Register("setVolumeControlStream", "(I)V", "GetSetVolumeControlStream_IHandler")]
public Android.Media.Stream VolumeControlStream { get; set; }

See Also

Activity.VolumeControlStream

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the suggested audio stream whose volume should be changed by the hardware volume controls.

Set method documentation [Android Documentation]

Suggests an audio stream whose volume should be changed by the hardware volume controls. The suggested audio stream will be tied to the window of this Activity. Volume requests which are received while the Activity is in the foreground will affect this stream. It is not guaranteed that the hardware volume controls will always change this stream's volume (for example, if a call is in progress, its stream's volume may be changed instead). To reset back to the default, use Android.Media.AudioManager.UseDefaultStreamType.

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1