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.ObjectThe 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 BrightcoveCaptionFormatbuild()BrightcoveCaptionFormat.BuilderhasInBandMetadataTrackDispatchType(boolean hasType)BrightcoveCaptionFormat.BuilderisDefault(boolean isDefault)BrightcoveCaptionFormat.Builderlabel(java.lang.String label)BrightcoveCaptionFormat.Builderlanguage(java.lang.String language)BrightcoveCaptionFormat.Buildertype(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()
-
-