Uses of Class
com.kaltura.client.enums.MediaParserType
-
Packages that use MediaParserType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of MediaParserType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return MediaParserType Modifier and Type Method Description static MediaParserTypeMediaParserType. get(String value)static MediaParserTypeMediaParserType. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaParserType[]MediaParserType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MediaParserType in com.kaltura.client.types
Methods in com.kaltura.client.types that return MediaParserType Modifier and Type Method Description MediaParserTypeAssetParams. getMediaParserType()MediaParserTypeConversionProfile. getMediaParserType()Methods in com.kaltura.client.types with parameters of type MediaParserType Modifier and Type Method Description voidAssetParams. setMediaParserType(MediaParserType mediaParserType)voidConversionProfile. setMediaParserType(MediaParserType mediaParserType)
-