AudioDeviceController.VolumePercent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置麦克风的音量。
public:
property float VolumePercent { float get(); void set(float value); };
float VolumePercent();
void VolumePercent(float value);
public float VolumePercent { get; set; }
var single = audioDeviceController.volumePercent;
audioDeviceController.volumePercent = single;
Public Property VolumePercent As Single
属性值
Single
float
麦克风的音量。 该值的范围是从 0.0 (无提示) 到 100.0 (完整卷) 。