Uses of Class
com.amazonaws.kinesisvideo.producer.FrameOrderMode
-
Packages that use FrameOrderMode Package Description com.amazonaws.kinesisvideo.producer -
-
Uses of FrameOrderMode in com.amazonaws.kinesisvideo.producer
Methods in com.amazonaws.kinesisvideo.producer that return FrameOrderMode Modifier and Type Method Description static FrameOrderModeFrameOrderMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FrameOrderMode[]FrameOrderMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.amazonaws.kinesisvideo.producer with parameters of type FrameOrderMode Constructor Description StreamInfo(int version, String name, StreamInfo.StreamingType streamingType, String contentType, String kmsKeyId, long retentionPeriod, boolean adaptive, long maxLatency, long fragmentDuration, boolean keyFrameFragmentation, boolean frameTimecodes, boolean absoluteFragmentTimes, boolean fragmentAcks, boolean recoverOnError, int avgBandwidthBps, int frameRate, long bufferDuration, long replayDuration, long connectionStalenessDuration, long timecodeScale, boolean recalculateMetrics, Tag[] tags, StreamInfo.NalAdaptationFlags nalAdaptationFlags, UUID segmentUuid, TrackInfo[] trackInfoList, FrameOrderMode frameOrderMode, boolean allowStreamCreation)StreamInfo(int version, String name, StreamInfo.StreamingType streamingType, String contentType, String kmsKeyId, long retentionPeriod, boolean adaptive, long maxLatency, long fragmentDuration, boolean keyFrameFragmentation, boolean frameTimecodes, boolean absoluteFragmentTimes, boolean fragmentAcks, boolean recoverOnError, int avgBandwidthBps, int frameRate, long bufferDuration, long replayDuration, long connectionStalenessDuration, long timecodeScale, boolean recalculateMetrics, Tag[] tags, StreamInfo.NalAdaptationFlags nalAdaptationFlags, UUID segmentUuid, TrackInfo[] trackInfoList, FrameOrderMode frameOrderMode, StreamInfo.StorePressurePolicy storePressurePolicy, boolean allowStreamCreation)
-