Uses of Class
software.amazon.awssdk.services.kinesisvideoarchivedmedia.model.DASHPlaybackMode
-
Packages that use DASHPlaybackMode Package Description software.amazon.awssdk.services.kinesisvideoarchivedmedia.model -
-
Uses of DASHPlaybackMode in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model
Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return DASHPlaybackMode Modifier and Type Method Description static DASHPlaybackModeDASHPlaybackMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DASHPlaybackModeGetDashStreamingSessionUrlRequest. playbackMode()Whether to retrieve live, live replay, or archived, on-demand data.static DASHPlaybackModeDASHPlaybackMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DASHPlaybackMode[]DASHPlaybackMode. 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 DASHPlaybackMode Modifier and Type Method Description static Set<DASHPlaybackMode>DASHPlaybackMode. knownValues()Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model with parameters of type DASHPlaybackMode Modifier and Type Method Description GetDashStreamingSessionUrlRequest.BuilderGetDashStreamingSessionUrlRequest.Builder. playbackMode(DASHPlaybackMode playbackMode)Whether to retrieve live, live replay, or archived, on-demand data.
-