-
- All Implemented Interfaces:
-
java.io.Serializable
public class WebVTTDocument extends CaptionsDocument
Represents a parsed WebVTT document. This object is not a complete representation of the W3C WebVTT specification.
-
-
Constructor Summary
Constructors Constructor Description WebVTTDocument(List<BrightcoveClosedCaption> captions)
Initializes a WebVTTDocument with the required components that comprise a WebVTT document. WebVTTDocument(Map<String, Region> regions, List<BrightcoveClosedCaption> captions)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
WebVTTDocument
WebVTTDocument(List<BrightcoveClosedCaption> captions)
Initializes a WebVTTDocument with the required components that comprise a WebVTT document.- Parameters:
captions
- a java.util.List of timed-text com.brightcove.player.captioning.BrightcoveClosedCaption objects
-
WebVTTDocument
WebVTTDocument(Map<String, Region> regions, List<BrightcoveClosedCaption> captions)
-
-
-
-