public abstract class BuzzerInputData
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
BuzzerInputData.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<BuzzerInputData> |
CREATOR |
Constructor and Description |
---|
BuzzerInputData() |
Modifier and Type | Method and Description |
---|---|
static BuzzerInputData.Builder |
builder()
Builder
(internal usage).
|
abstract java.lang.Integer |
getDuration()
Get the duration of the beep.
|
abstract java.lang.Integer |
getFrequency()
Get the sound frequency.
|
abstract java.lang.Integer |
getVolume()
Get the volume sound intensity.
|
public static final android.os.Parcelable.Creator<BuzzerInputData> CREATOR
public static BuzzerInputData.Builder builder()
public abstract java.lang.Integer getDuration()
public abstract java.lang.Integer getFrequency()
public abstract java.lang.Integer getVolume()