Package com.jwplayer.pub.api.events
Class CaptionTextEvent
- java.lang.Object
-
- com.jwplayer.pub.api.events.Event
-
- com.jwplayer.pub.api.events.CaptionTextEvent
-
public class CaptionTextEvent extends Event
-
-
Constructor Summary
Constructors Constructor Description CaptionTextEvent(JWPlayer player, java.util.List<CaptionText> captionTexts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CaptionText>
getCaptionTexts()
-
-
-
Constructor Detail
-
CaptionTextEvent
public CaptionTextEvent(JWPlayer player, java.util.List<CaptionText> captionTexts)
-
-
Method Detail
-
getCaptionTexts
public java.util.List<CaptionText> getCaptionTexts()
-
-