| Package | Description |
|---|---|
| com.amazonaws.kinesisvideo.producer |
| Modifier and Type | Method and Description |
|---|---|
static StreamInfo.StreamingType |
StreamInfo.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.
|
| Constructor and 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,
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) |
Copyright © 2019. All rights reserved.