Uses of Class
software.amazon.awssdk.services.medialive.model.SmoothGroupSparseTrackType
-
Packages that use SmoothGroupSparseTrackType Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of SmoothGroupSparseTrackType in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return SmoothGroupSparseTrackType Modifier and Type Method Description static SmoothGroupSparseTrackTypeSmoothGroupSparseTrackType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SmoothGroupSparseTrackTypeMsSmoothGroupSettings. sparseTrackType()Identifies the type of data to place in the sparse track: - SCTE35: Insert SCTE-35 messages from the source content.static SmoothGroupSparseTrackTypeSmoothGroupSparseTrackType. valueOf(String name)Returns the enum constant of this type with the specified name.static SmoothGroupSparseTrackType[]SmoothGroupSparseTrackType. 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 SmoothGroupSparseTrackType Modifier and Type Method Description static Set<SmoothGroupSparseTrackType>SmoothGroupSparseTrackType. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type SmoothGroupSparseTrackType Modifier and Type Method Description MsSmoothGroupSettings.BuilderMsSmoothGroupSettings.Builder. sparseTrackType(SmoothGroupSparseTrackType sparseTrackType)Identifies the type of data to place in the sparse track: - SCTE35: Insert SCTE-35 messages from the source content.
-