Uses of Class
software.amazon.awssdk.services.kinesisvideoarchivedmedia.model.HLSDisplayFragmentTimestamp
-
Packages that use HLSDisplayFragmentTimestamp Package Description software.amazon.awssdk.services.kinesisvideoarchivedmedia.model -
-
Uses of HLSDisplayFragmentTimestamp in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model
Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return HLSDisplayFragmentTimestamp Modifier and Type Method Description HLSDisplayFragmentTimestampGetHlsStreamingSessionUrlRequest. displayFragmentTimestamp()Specifies when the fragment start timestamps should be included in the HLS media playlist.static HLSDisplayFragmentTimestampHLSDisplayFragmentTimestamp. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static HLSDisplayFragmentTimestampHLSDisplayFragmentTimestamp. valueOf(String name)Returns the enum constant of this type with the specified name.static HLSDisplayFragmentTimestamp[]HLSDisplayFragmentTimestamp. 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 HLSDisplayFragmentTimestamp Modifier and Type Method Description static Set<HLSDisplayFragmentTimestamp>HLSDisplayFragmentTimestamp. knownValues()Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model with parameters of type HLSDisplayFragmentTimestamp Modifier and Type Method Description GetHlsStreamingSessionUrlRequest.BuilderGetHlsStreamingSessionUrlRequest.Builder. displayFragmentTimestamp(HLSDisplayFragmentTimestamp displayFragmentTimestamp)Specifies when the fragment start timestamps should be included in the HLS media playlist.
-