Package tv.mycujoo.mclsui
Class ExoAnnotationViewBuilder
-
- All Implemented Interfaces:
public final class ExoAnnotationViewBuilder extends AnnotationViewBuilder
-
-
Field Summary
Fields Modifier and Type Field Description private FragmentActivityactivityprivate VideoPlayervideoPlayer
-
Constructor Summary
Constructors Constructor Description ExoAnnotationViewBuilder()
-
Method Summary
Modifier and Type Method Description ExoAnnotationViewBuilderwithPlayer(ExoPlayer exoPlayer)AnnotationViewgetAnnotationView()-
Methods inherited from class tv.mycujoo.mclsui.AnnotationViewBuilder
build, getActivity, getVideoPlayer, setActivity, setVideoPlayer, withActivity, withAnnotationView -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withPlayer
ExoAnnotationViewBuilder withPlayer(ExoPlayer exoPlayer)
-
getAnnotationView
AnnotationView getAnnotationView()
-
-
-
-