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 for
AudioSystem.-
Constructor Summary
Constructors Constructor Description ShadowAudioSystem() -
Method Summary
Modifier and Type Method Description protected static intnative_get_FCC_8()protected static intnative_getMaxChannelCount()protected static intnative_getMaxSampleRate()protected static intnative_getMinSampleRate()
-
Constructor Details
-
ShadowAudioSystem
public ShadowAudioSystem()
-
-
Method Details