Package org.robolectric.shadows
Class ShadowAudioSystem
- java.lang.Object
-
- org.robolectric.shadows.ShadowAudioSystem
-
@Implements(value=android.media.AudioSystem.class, isInAndroidSdk=false) public class ShadowAudioSystem extends Object
Shadow forAudioSystem
.
-
-
Constructor Summary
Constructors Constructor Description ShadowAudioSystem()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static int
native_get_FCC_8()
protected static int
native_getMaxChannelCount()
protected static int
native_getMaxSampleRate()
protected static int
native_getMinSampleRate()
-
-
-
Method Detail
-
native_getMaxChannelCount
@Implementation(minSdk=31) protected static int native_getMaxChannelCount()
-
native_getMaxSampleRate
@Implementation(minSdk=31) protected static int native_getMaxSampleRate()
-
native_getMinSampleRate
@Implementation(minSdk=31) protected static int native_getMinSampleRate()
-
native_get_FCC_8
@Implementation(minSdk=29, maxSdk=30) protected static int native_get_FCC_8()
-
-