-
- All Implemented Interfaces:
-
java.io.Serializable
public class CaptionsDocument implements Serializable
-
-
Method Summary
Modifier and Type Method Description Map<String, Region>
getRegions()
Retrieves a java.util.Map of the com.brightcove.player.model.Region objects in this document, keyed by their names. List<BrightcoveClosedCaption>
getCaptions()
Retrieves the java.util.List of com.brightcove.player.captioning.BrightcoveClosedCaption objects for this document. -
-
Method Detail
-
getRegions
Map<String, Region> getRegions()
Retrieves a java.util.Map of the com.brightcove.player.model.Region objects in this document, keyed by their names.
-
getCaptions
List<BrightcoveClosedCaption> getCaptions()
Retrieves the java.util.List of com.brightcove.player.captioning.BrightcoveClosedCaption objects for this document.
-
-
-
-