Class LoadCaptionsService

java.lang.Object
com.brightcove.player.event.AbstractComponent
com.brightcove.player.captioning.LoadCaptionsService
All Implemented Interfaces:
Component

@ListensFor(events={}) @Emits(events={}) public class LoadCaptionsService extends AbstractComponent
Provides a simple interface to load and parse caption documents.
  • Constructor Details

    • LoadCaptionsService

      public LoadCaptionsService(EventEmitter emitter, android.content.ContentResolver contentResolver)
      The LoadCaptionsService requires an EventEmitter to notify when the Captions are loaded.
  • Method Details

    • loadCaptions

      public void loadCaptions(android.net.Uri uri, String mimeType)
      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.