AudioManager.SetStreamVolume(Stream, Int32, VolumeNotificationFlags) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置特定流的卷索引。
[Android.Runtime.Register("setStreamVolume", "(III)V", "GetSetStreamVolume_IIIHandler")]
public virtual void SetStreamVolume (Android.Media.Stream streamType, int index, Android.Media.VolumeNotificationFlags flags);
[<Android.Runtime.Register("setStreamVolume", "(III)V", "GetSetStreamVolume_IIIHandler")>]
abstract member SetStreamVolume : Android.Media.Stream * int * Android.Media.VolumeNotificationFlags -> unit
override this.SetStreamVolume : Android.Media.Stream * int * Android.Media.VolumeNotificationFlags -> unit
参数
- streamType
- Stream
应设置其卷索引的流。
- index
- Int32
要设置的卷索引。 有关最大有效值,请参阅 #getStreamMaxVolume(int)
。
- flags
- VolumeNotificationFlags
flags
- 属性
注解
设置特定流的卷索引。
如果设备实现固定卷策略,则此方法不起作用,如前 #isVolumeFixed()
者所示。
从 N 开始,不允许切换“请勿打扰”的音量调整,除非应用被授予“请勿打扰访问”。 请参阅 NotificationManager#isNotificationPolicyAccessGranted()
。
适用于 . 的 android.media.AudioManager.setStreamVolume(int, int, int)
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。