-
- All Implemented Interfaces:
-
com.brightcove.player.event.Component
@Emits(events = {EventType.DID_LOAD_CLOSED_CAPTIONS, EventType.CLOSED_CAPTIONING_ERROR})@ListensFor(events = {}) public class LoadCaptionsTask extends AsyncTask<Uri, Void, Void> implements Component
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
LoadCaptionsTask.ResponseStreamListener
Provides a callback interface for processing an InputStream containing the response body of an HTTP request.
-
Constructor Summary
Constructors Constructor Description LoadCaptionsTask(EventEmitter emitter, ContentResolver contentResolver, CaptionType captionType)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
LoadCaptionsTask
LoadCaptionsTask(EventEmitter emitter, ContentResolver contentResolver, CaptionType captionType)
-
-
-
-