Uses of Class
software.amazon.awssdk.services.kinesisvideoarchivedmedia.model.DASHDisplayFragmentTimestamp
-
Packages that use DASHDisplayFragmentTimestamp Package Description software.amazon.awssdk.services.kinesisvideoarchivedmedia.model -
-
Uses of DASHDisplayFragmentTimestamp in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model
Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return DASHDisplayFragmentTimestamp Modifier and Type Method Description DASHDisplayFragmentTimestampGetDashStreamingSessionUrlRequest. displayFragmentTimestamp()Per the MPEG-DASH specification, the wall-clock time of fragments in the manifest file can be derived using attributes in the manifest itself.static DASHDisplayFragmentTimestampDASHDisplayFragmentTimestamp. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DASHDisplayFragmentTimestampDASHDisplayFragmentTimestamp. valueOf(String name)Returns the enum constant of this type with the specified name.static DASHDisplayFragmentTimestamp[]DASHDisplayFragmentTimestamp. 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 DASHDisplayFragmentTimestamp Modifier and Type Method Description static Set<DASHDisplayFragmentTimestamp>DASHDisplayFragmentTimestamp. knownValues()Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model with parameters of type DASHDisplayFragmentTimestamp Modifier and Type Method Description GetDashStreamingSessionUrlRequest.BuilderGetDashStreamingSessionUrlRequest.Builder. displayFragmentTimestamp(DASHDisplayFragmentTimestamp displayFragmentTimestamp)Per the MPEG-DASH specification, the wall-clock time of fragments in the manifest file can be derived using attributes in the manifest itself.
-