-
- All Implemented Interfaces:
-
org.openani.mediamp.MediampPlayerFactory
public final class ExoPlayerMediampPlayerFactory implements MediampPlayerFactory<ExoPlayerMediampPlayer>
-
-
Field Summary
Fields Modifier and Type Field Description private final KClass<ExoPlayerMediampPlayer>forClass
-
Constructor Summary
Constructors Constructor Description ExoPlayerMediampPlayerFactory()
-
Method Summary
Modifier and Type Method Description KClass<ExoPlayerMediampPlayer>getForClass()ExoPlayerMediampPlayercreate(Object context, CoroutineContext parentCoroutineContext)final ExoPlayerMediampPlayercreate(Context context, CoroutineContext parentCoroutineContext)-
-
Method Detail
-
getForClass
KClass<ExoPlayerMediampPlayer> getForClass()
-
create
ExoPlayerMediampPlayer create(Object context, CoroutineContext parentCoroutineContext)
-
create
final ExoPlayerMediampPlayer create(Context context, CoroutineContext parentCoroutineContext)
-
-
-
-