Uses of Class
com.amazonaws.kinesisvideo.producer.StreamInfo.StreamingType
-
Packages that use StreamInfo.StreamingType Package Description com.amazonaws.kinesisvideo.producer -
-
Uses of StreamInfo.StreamingType in com.amazonaws.kinesisvideo.producer
Methods in com.amazonaws.kinesisvideo.producer that return StreamInfo.StreamingType Modifier and Type Method Description static StreamInfo.StreamingTypeStreamInfo.StreamingType. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamInfo.StreamingType[]StreamInfo.StreamingType. 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.StreamingType 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, 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, 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)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, String codecId, String trackName, int avgBandwidthBps, int frameRate, long bufferDuration, long replayDuration, long connectionStalenessDuration, long timecodeScale, boolean recalculateMetrics, byte[] codecPrivateData, Tag[] tags, StreamInfo.NalAdaptationFlags nalAdaptationFlags, boolean allowStreamCreation)
-