Uses of Class
software.amazon.awssdk.services.mediapackagevod.model.ScteMarkersSource
-
Packages that use ScteMarkersSource Package Description software.amazon.awssdk.services.mediapackagevod.model -
-
Uses of ScteMarkersSource in software.amazon.awssdk.services.mediapackagevod.model
Methods in software.amazon.awssdk.services.mediapackagevod.model that return ScteMarkersSource Modifier and Type Method Description static ScteMarkersSourceScteMarkersSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScteMarkersSourceDashManifest. scteMarkersSource()The source of scte markers used.static ScteMarkersSourceScteMarkersSource. valueOf(String name)Returns the enum constant of this type with the specified name.static ScteMarkersSource[]ScteMarkersSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediapackagevod.model that return types with arguments of type ScteMarkersSource Modifier and Type Method Description static Set<ScteMarkersSource>ScteMarkersSource. knownValues()Methods in software.amazon.awssdk.services.mediapackagevod.model with parameters of type ScteMarkersSource Modifier and Type Method Description DashManifest.BuilderDashManifest.Builder. scteMarkersSource(ScteMarkersSource scteMarkersSource)The source of scte markers used.
-