public interface AudioSource
AudioSource
is an interface to configure the Audio Source.Modifier and Type | Interface and Description |
---|---|
static class |
AudioSource.Smart
Application should use this default implementation of
AudioSource to configure the
Audio Source. |
Modifier and Type | Method and Description |
---|---|
android.media.AudioRecord |
audioRecorder() |
byte |
bitsPerSample() |
int |
channelPositionMask() |
int |
frequency() |
boolean |
isEnableToBePulled() |
void |
isEnableToBePulled(boolean enabledToBePulled) |
int |
minimumBufferSize() |
android.media.AudioRecord audioRecorder()
int channelPositionMask()
int frequency()
int minimumBufferSize()
byte bitsPerSample()
void isEnableToBePulled(boolean enabledToBePulled)
boolean isEnableToBePulled()