Uses of Class
com.kaltura.client.enums.CaptionType
-
Packages that use CaptionType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of CaptionType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return CaptionType Modifier and Type Method Description static CaptionTypeCaptionType. get(String value)static CaptionTypeCaptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CaptionType[]CaptionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CaptionType in com.kaltura.client.types
Methods in com.kaltura.client.types that return CaptionType Modifier and Type Method Description CaptionTypeCaptionAsset. getFormat()CaptionTypeCaptionParams. getFormat()CaptionTypeCaptionAssetBaseFilter. getFormatEqual()CaptionTypeCaptionParamsBaseFilter. getFormatEqual()Methods in com.kaltura.client.types with parameters of type CaptionType Modifier and Type Method Description voidCaptionAsset. setFormat(CaptionType format)voidCaptionParams. setFormat(CaptionType format)voidCaptionAssetBaseFilter. setFormatEqual(CaptionType formatEqual)voidCaptionParamsBaseFilter. setFormatEqual(CaptionType formatEqual)
-