public interface PutMediaResponseHandler
PutMediaAckResponseHandler.| Modifier and Type | Method and Description |
|---|---|
void |
onComplete()
Called when all ack event data has been received for the stream.
|
void |
onFailure(Throwable t)
Called when the
AmazonKinesisVideoPutMedia.putMedia(PutMediaRequest, PutMediaAckResponseHandler) call is unsuccessful
or aborted abnormally. |
void onFailure(Throwable t)
AmazonKinesisVideoPutMedia.putMedia(PutMediaRequest, PutMediaAckResponseHandler) call is unsuccessful
or aborted abnormally.
Note that only one of onFailure(Throwable) and onComplete() will be called
t - Cause of failure.void onComplete()
Note that only one of onFailure(Throwable) and onComplete() will be called