-
public class BrightcoveCaptionFormat.Builder
The Builder interface to store BrightcoveCaptionFormat data.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
isDefault
-
Constructor Summary
Constructors Constructor Description BrightcoveCaptionFormat.Builder()
-
Method Summary
Modifier and Type Method Description BrightcoveCaptionFormat.Builder
isDefault(boolean isDefault)
BrightcoveCaptionFormat.Builder
type(String type)
BrightcoveCaptionFormat.Builder
language(String language)
BrightcoveCaptionFormat.Builder
label(String label)
BrightcoveCaptionFormat.Builder
hasInBandMetadataTrackDispatchType(boolean hasType)
BrightcoveCaptionFormat
build()
-
-
Method Detail
-
isDefault
BrightcoveCaptionFormat.Builder isDefault(boolean isDefault)
-
type
BrightcoveCaptionFormat.Builder type(String type)
-
language
BrightcoveCaptionFormat.Builder language(String language)
-
label
BrightcoveCaptionFormat.Builder label(String label)
-
hasInBandMetadataTrackDispatchType
BrightcoveCaptionFormat.Builder hasInBandMetadataTrackDispatchType(boolean hasType)
-
build
BrightcoveCaptionFormat build()
-
-
-
-