| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAmazonKinesisVideoPutMedia.putMedia(PutMediaRequest request,
PutMediaAckResponseHandler responseHandler) |
void |
AmazonKinesisVideoPutMedia.putMedia(PutMediaRequest request,
PutMediaAckResponseHandler responseHandler)
Use this API to send media data to a Kinesis video stream.
|
void |
AmazonKinesisVideoPutMediaClient.putMedia(PutMediaRequest request,
PutMediaAckResponseHandler responseHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutMediaRequest |
PutMediaRequest.clone() |
PutMediaRequest |
PutMediaRequest.withFragmentTimecodeType(FragmentTimecodeType fragmentTimecodeType)
You pass this value as the
x-amzn-fragment-timecode-type HTTP header. |
PutMediaRequest |
PutMediaRequest.withFragmentTimecodeType(String fragmentTimecodeType)
You pass this value as the
x-amzn-fragment-timecode-type HTTP header. |
PutMediaRequest |
PutMediaRequest.withPayload(InputStream payload)
The media content to write to the Kinesis video stream.
|
PutMediaRequest |
PutMediaRequest.withProducerStartTimestamp(Date producerStartTimestamp)
You pass this value as the
x-amzn-producer-start-timestamp HTTP header. |
PutMediaRequest |
PutMediaRequest.withStreamARN(String streamARN)
You pass this value as the
x-amzn-stream-arn HTTP header. |
PutMediaRequest |
PutMediaRequest.withStreamName(String streamName)
You pass this value as the
x-amzn-stream-name HTTP header. |
Copyright © 2020. All rights reserved.