-
public class TtsNavigatorFactory.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static TtsNavigatorFactory.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final TtsNavigatorFactory<AndroidTtsSettings, AndroidTtsPreferences, AndroidTtsPreferencesEditor, AndroidTtsEngine.Error, AndroidTtsEngine.Voice>invoke(Application application, Publication publication, Function1<Language, <ERROR CLASS>> tokenizerFactory, MediaMetadataProvider metadataProvider, AndroidTtsDefaults defaults, Function2<Language, Set<AndroidTtsEngine.Voice>, AndroidTtsEngine.Voice> voiceSelector)final <S extends TtsEngine.Settings, P extends TtsEngine.Preferences<P>, E extends PreferencesEditor<P>, F extends TtsEngine.Error, V extends TtsEngine.Voice> TtsNavigatorFactory<S, P, E, F, V>invoke(Application application, Publication publication, TtsEngineProvider<S, P, E, F, V> ttsEngineProvider, Function1<Language, <ERROR CLASS>> tokenizerFactory, MediaMetadataProvider metadataProvider)-
-
Method Detail
-
invoke
final TtsNavigatorFactory<AndroidTtsSettings, AndroidTtsPreferences, AndroidTtsPreferencesEditor, AndroidTtsEngine.Error, AndroidTtsEngine.Voice> invoke(Application application, Publication publication, Function1<Language, <ERROR CLASS>> tokenizerFactory, MediaMetadataProvider metadataProvider, AndroidTtsDefaults defaults, Function2<Language, Set<AndroidTtsEngine.Voice>, AndroidTtsEngine.Voice> voiceSelector)
-
invoke
final <S extends TtsEngine.Settings, P extends TtsEngine.Preferences<P>, E extends PreferencesEditor<P>, F extends TtsEngine.Error, V extends TtsEngine.Voice> TtsNavigatorFactory<S, P, E, F, V> invoke(Application application, Publication publication, TtsEngineProvider<S, P, E, F, V> ttsEngineProvider, Function1<Language, <ERROR CLASS>> tokenizerFactory, MediaMetadataProvider metadataProvider)
-
-
-
-