音量
音量
getMusicVolume 获取当前媒体音量
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
无 |
logd(ll.device.getMusicVolume());
返回值 | 类型 | 说明 |
---|---|---|
55 | int/null | 整数 |
getNotificationVolume 获取当前通知音量
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
无 |
logd(ll.device.getNotificationVolume());
返回值 | 类型 | 说明 |
---|---|---|
55 | int/null | 整数 |
getAlarmVolume 获取当前闹钟音量
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
无 |
logd(ll.device.getAlarmVolume());
返回值 | 类型 | 说明 |
---|---|---|
55 | int/null | 整数 |
getMusicMaxVolume 获取媒体音量的最大值
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
无 |
logd(ll.device.getMusicMaxVolume());
返回值 | 类型 | 说明 |
---|---|---|
55 | int/null | 整数 |
getNotificationMaxVolume 获取当前通知音量的最大值
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
无 |
logd(ll.device.getNotificationMaxVolume());
返回值 | 类型 | 说明 |
---|---|---|
55 | int/null | 整数 |
getAlarmMaxVolume 获取当前闹钟音量的最大值
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
无 |
logd(ll.device.getAlarmMaxVolume());
返回值 | 类型 | 说明 |
---|---|---|
55 | int/null | 整数 |
setMusicVolume 设置当前媒体音量
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
volume | 是 | number | 音量 |
ll.device.setMusicVolume(50);
返回值 | 类型 | 说明 |
---|---|---|
无 | 无 | 无 |
setNotificationVolume 设置当前通知音量
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
volume | 是 | number | 音量 |
ll.device.setNotificationVolume(50);
返回值 | 类型 | 说明 |
---|---|---|
无 | 无 | 无 |
setAlarmVolume 设置当前闹钟音量
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
volume | 是 | number | 音量 |
ll.device.setAlarmVolume(50);
返回值 | 类型 | 说明 |
---|---|---|
无 | 无 | 无 |