We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbdf530 + d961165 commit 5685840Copy full SHA for 5685840
sdl_android_lib/src/com/smartdevicelink/proxy/rpc/PerformAudioPassThru.java
@@ -218,7 +218,7 @@ public void setMaxDuration(Integer maxDuration) {
218
* @return int -an int value representing the maximum duration of audio
219
* recording in milliseconds
220
*/
221
- public int getMaxDuration() {
+ public Integer getMaxDuration() {
222
return (Integer) parameters.get(KEY_MAX_DURATION);
223
}
224
0 commit comments