@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnsupportedStreamMediaTypeException extends AmazonKinesisVideoException
The type of the media (for example, h.264 or h.265 video or ACC or G.711 audio) could not be determined from the
codec IDs of the tracks in the first fragment for a playback session. The codec ID for track 1 should be
V_MPEG/ISO/AVC
and, optionally, the codec ID for track 2 should be A_AAC
.
AmazonServiceException.ErrorType
Constructor and Description |
---|
UnsupportedStreamMediaTypeException(String message)
Constructs a new UnsupportedStreamMediaTypeException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedStreamMediaTypeException(String message)
message
- Describes the error encountered.