android.speech.recognition
Class MediaFileReader.Mode
java.lang.Object
android.speech.recognition.MediaFileReader.Mode
- Enclosing class:
- MediaFileReader
public static class MediaFileReader.Mode
- extends Object
Reading mode
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REAL_TIME
public static MediaFileReader.Mode REAL_TIME
- Read the file in "real time".
ALL_AT_ONCE
public static MediaFileReader.Mode ALL_AT_ONCE
- Read the file all at once.
Please submit a feedback, bug or feature