java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_SOURCE
public static final java.lang.String KEY_KEEP_CONTEXT
public static final java.lang.String KEY_VOLUME
public static final java.lang.String KEY_EQUALIZER_SETTINGS
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a newly allocated AudioControlData object
public AudioControlData()
Constructs a newly allocated AudioControlData object indicated by the Hashtable parameter
public AudioControlData(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Sets the source portion of the AudioControlData class
public com.smartdevicelink.proxy.rpc.AudioControlData setSource(PrimaryAudioSource source)
Gets the source portion of the AudioControlData class
public com.smartdevicelink.proxy.rpc.enums.PrimaryAudioSource getSource()
Sets the keepContext portion of the AudioControlData class
public com.smartdevicelink.proxy.rpc.AudioControlData setKeepContext(Boolean keepContext)
Gets the keepContext portion of the AudioControlData class
public java.lang.Boolean getKeepContext()
Sets the volume portion of the AudioControlData class
public com.smartdevicelink.proxy.rpc.AudioControlData setVolume(Integer volume)
Gets the volume portion of the AudioControlData class
public java.lang.Integer getVolume()
Gets the equalizerSettings portion of the AudioControlData class
public java.util.List getEqualizerSettings()
Sets the equalizerSettings portion of the AudioControlData class
public com.smartdevicelink.proxy.rpc.AudioControlData setEqualizerSettings(java.util.List<com.smartdevicelink.proxy.rpc.EqualizerSettings> equalizerSettings)
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |