Uses of Class
software.amazon.awssdk.services.medialive.model.HlsH265PackagingType
-
Packages that use HlsH265PackagingType Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of HlsH265PackagingType in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return HlsH265PackagingType Modifier and Type Method Description static HlsH265PackagingTypeHlsH265PackagingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HlsH265PackagingTypeHlsOutputSettings. h265PackagingType()Only applicable when this output is referencing an H.265 video description.static HlsH265PackagingTypeHlsH265PackagingType. valueOf(String name)Returns the enum constant of this type with the specified name.static HlsH265PackagingType[]HlsH265PackagingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type HlsH265PackagingType Modifier and Type Method Description static Set<HlsH265PackagingType>HlsH265PackagingType. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type HlsH265PackagingType Modifier and Type Method Description HlsOutputSettings.BuilderHlsOutputSettings.Builder. h265PackagingType(HlsH265PackagingType h265PackagingType)Only applicable when this output is referencing an H.265 video description.
-