Gatebox Volume 制御クラス
More...
|
enum | STREAM_TYPE {
ALARM = 4,
SYSTEM = 1,
VOICE_CALL = 0,
MUSIC = 3,
RING = 2,
NOTIFICATION = 5,
DTMF = 8
} |
| ストリームタイプ定義 More...
|
|
enum | FLAG { PLAY_SOUND = 4,
SHOW_UI = 1,
NOTHING = 0
} |
| フラグ More...
|
|
◆ FLAG
◆ STREAM_TYPE
◆ GetStreamMaxVolume() [1/2]
static int com.gateboxlab.gateboxsdk.VolumeAdjust.GetStreamMaxVolume |
( |
| ) |
|
|
inlinestatic |
◆ GetStreamMaxVolume() [2/2]
static int com.gateboxlab.gateboxsdk.VolumeAdjust.GetStreamMaxVolume |
( |
STREAM_TYPE |
streamType | ) |
|
|
inlinestatic |
最大の音量を取得
- Parameters
-
- Returns
- 最大音量値
◆ GetStreamMinVolume() [1/2]
static int com.gateboxlab.gateboxsdk.VolumeAdjust.GetStreamMinVolume |
( |
| ) |
|
|
inlinestatic |
◆ GetStreamMinVolume() [2/2]
static int com.gateboxlab.gateboxsdk.VolumeAdjust.GetStreamMinVolume |
( |
STREAM_TYPE |
streamType | ) |
|
|
inlinestatic |
最小の音量を取得
- Parameters
-
- Returns
- 最小音量値
◆ GetStreamVolume() [1/2]
static int com.gateboxlab.gateboxsdk.VolumeAdjust.GetStreamVolume |
( |
| ) |
|
|
inlinestatic |
◆ GetStreamVolume() [2/2]
static int com.gateboxlab.gateboxsdk.VolumeAdjust.GetStreamVolume |
( |
STREAM_TYPE |
streamType | ) |
|
|
inlinestatic |
現在の音量を取得
- Parameters
-
- Returns
- 現在音量値
◆ SetStreamVolume() [1/2]
static void com.gateboxlab.gateboxsdk.VolumeAdjust.SetStreamVolume |
( |
int |
index | ) |
|
|
inlinestatic |
◆ SetStreamVolume() [2/2]
static void com.gateboxlab.gateboxsdk.VolumeAdjust.SetStreamVolume |
( |
STREAM_TYPE |
streamType, |
|
|
int |
index, |
|
|
FLAG |
flags |
|
) |
| |
|
inlinestatic |
音量の設定
- Parameters
-
streamType | ストリームタイプ |
index | 設定音量値 |
flags | フラグ |
The documentation for this class was generated from the following file: