OsmAnd
|
Public Member Functions | |
MediaCommandPlayerImpl (Context ctx, String voiceProvider) throws CommandPlayerException | |
void | clear () |
String[] | getLibraries () |
void | playCommands (CommandBuilder builder) |
Static Public Member Functions | |
static boolean | isMyData (File voiceDir) |
That class represents command player. It gets commands from input, analyze what files should be played and play them using media player
net.osmand.plus.voice.MediaCommandPlayerImpl.MediaCommandPlayerImpl | ( | Context | ctx, |
String | voiceProvider | ||
) | throws CommandPlayerException |
void net.osmand.plus.voice.MediaCommandPlayerImpl.clear | ( | ) | [virtual] |
Reimplemented from net.osmand.plus.voice.AbstractPrologCommandPlayer.
Reimplemented from net.osmand.plus.voice.AbstractPrologCommandPlayer.
static boolean net.osmand.plus.voice.MediaCommandPlayerImpl.isMyData | ( | File | voiceDir | ) | [static] |
void net.osmand.plus.voice.MediaCommandPlayerImpl.playCommands | ( | CommandBuilder | builder | ) | [virtual] |
Implements net.osmand.plus.voice.CommandPlayer.