Package com.brightcove.player.captioning
Class BrightcoveCaptionFormat.Builder
- java.lang.Object
-
- com.brightcove.player.captioning.BrightcoveCaptionFormat.Builder
-
- Enclosing class:
- BrightcoveCaptionFormat
public static class BrightcoveCaptionFormat.Builder extends java.lang.Object
The Builder interface to store BrightcoveCaptionFormat data.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrightcoveCaptionFormat
build()
BrightcoveCaptionFormat.Builder
hasInBandMetadataTrackDispatchType(boolean hasType)
BrightcoveCaptionFormat.Builder
isDefault(boolean isDefault)
BrightcoveCaptionFormat.Builder
label(java.lang.String label)
BrightcoveCaptionFormat.Builder
language(java.lang.String language)
BrightcoveCaptionFormat.Builder
type(java.lang.String type)
-
-
-
Method Detail
-
type
public BrightcoveCaptionFormat.Builder type(java.lang.String type)
-
language
public BrightcoveCaptionFormat.Builder language(java.lang.String language)
-
label
public BrightcoveCaptionFormat.Builder label(java.lang.String label)
-
hasInBandMetadataTrackDispatchType
public BrightcoveCaptionFormat.Builder hasInBandMetadataTrackDispatchType(boolean hasType)
-
isDefault
public BrightcoveCaptionFormat.Builder isDefault(boolean isDefault)
-
build
public BrightcoveCaptionFormat build()
-
-