Uses of Class
software.amazon.awssdk.services.kinesisvideoarchivedmedia.model.DASHFragmentSelectorType
-
Packages that use DASHFragmentSelectorType Package Description software.amazon.awssdk.services.kinesisvideoarchivedmedia.model -
-
Uses of DASHFragmentSelectorType in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model
Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return DASHFragmentSelectorType Modifier and Type Method Description DASHFragmentSelectorTypeDASHFragmentSelector. fragmentSelectorType()The source of the timestamps for the requested media.static DASHFragmentSelectorTypeDASHFragmentSelectorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DASHFragmentSelectorTypeDASHFragmentSelectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static DASHFragmentSelectorType[]DASHFragmentSelectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return types with arguments of type DASHFragmentSelectorType Modifier and Type Method Description static Set<DASHFragmentSelectorType>DASHFragmentSelectorType. knownValues()Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model with parameters of type DASHFragmentSelectorType Modifier and Type Method Description DASHFragmentSelector.BuilderDASHFragmentSelector.Builder. fragmentSelectorType(DASHFragmentSelectorType fragmentSelectorType)The source of the timestamps for the requested media.
-