Uses of Class
com.amazonaws.kinesisvideo.producer.StreamInfo.StorePressurePolicy
-
Packages that use StreamInfo.StorePressurePolicy Package Description com.amazonaws.kinesisvideo.producer -
-
Uses of StreamInfo.StorePressurePolicy in com.amazonaws.kinesisvideo.producer
Methods in com.amazonaws.kinesisvideo.producer that return StreamInfo.StorePressurePolicy Modifier and Type Method Description static StreamInfo.StorePressurePolicyStreamInfo.StorePressurePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamInfo.StorePressurePolicy[]StreamInfo.StorePressurePolicy. 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 StreamInfo.StorePressurePolicy 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, StreamInfo.StorePressurePolicy storePressurePolicy, boolean allowStreamCreation)
-