public class StreamProcessorInput extends Object implements Serializable
Information about the source streaming video.
Constructor and Description |
---|
StreamProcessorInput() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
KinesisVideoStream |
getKinesisVideoStream()
The Kinesis video stream input stream for the source streaming video.
|
int |
hashCode() |
void |
setKinesisVideoStream(KinesisVideoStream kinesisVideoStream)
The Kinesis video stream input stream for the source streaming video.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StreamProcessorInput |
withKinesisVideoStream(KinesisVideoStream kinesisVideoStream)
The Kinesis video stream input stream for the source streaming video.
|
public KinesisVideoStream getKinesisVideoStream()
The Kinesis video stream input stream for the source streaming video.
The Kinesis video stream input stream for the source streaming video.
public void setKinesisVideoStream(KinesisVideoStream kinesisVideoStream)
The Kinesis video stream input stream for the source streaming video.
kinesisVideoStream
- The Kinesis video stream input stream for the source streaming video.
public StreamProcessorInput withKinesisVideoStream(KinesisVideoStream kinesisVideoStream)
The Kinesis video stream input stream for the source streaming video.
Returns a reference to this object so that method calls can be chained together.
kinesisVideoStream
- The Kinesis video stream input stream for the source streaming video.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.