Package com.brightcove.player.captioning
Class LoadCaptionsService
java.lang.Object
com.brightcove.player.event.AbstractComponent
com.brightcove.player.captioning.LoadCaptionsService
- All Implemented Interfaces:
Component
Provides a simple interface to load and parse caption documents.
-
Field Summary
Fields inherited from class com.brightcove.player.event.AbstractComponent
eventEmitter, listenerTokens
-
Constructor Summary
ConstructorDescriptionLoadCaptionsService
(EventEmitter emitter, android.content.ContentResolver contentResolver) The LoadCaptionsService requires an EventEmitter to notify when the Captions are loaded. -
Method Summary
Modifier and TypeMethodDescriptionvoid
loadCaptions
(android.net.Uri uri, String mimeType) Asynchronously loads and parses the captions file located at the given Uri.Methods inherited from class com.brightcove.player.event.AbstractComponent
addListener, addOnceListener, getEventEmitter, removeListener, removeListeners
-
Constructor Details
-
LoadCaptionsService
The LoadCaptionsService requires an EventEmitter to notify when the Captions are loaded.
-
-
Method Details
-
loadCaptions
Asynchronously loads and parses the captions file located at the given Uri.- Parameters:
uri
- The Uri of the captions file to load.mimeType
- The mime type of the captions.
-