Package com.amazonaws.ivs.broadcast
Class CodecDiscovery.Result
java.lang.Object
com.amazonaws.ivs.broadcast.CodecDiscovery.Result
- Enclosing class:
- CodecDiscovery
A codec result returned by
CodecDiscovery
.-
Field Summary
Modifier and TypeFieldDescriptionThe validatedBroadcastConfiguration.Video
that this codec is known to work with.This will be `null` ifconfiguration
was provided, otherwise this will provide a description of why theVideoCodec
is not available.The name of the video codec that this result is related to. -
Method Summary
-
Field Details
-
videoCodecName
The name of the video codec that this result is related to. This can be matched withVideoCodecName
. -
configuration
The validated
BroadcastConfiguration.Video
that this codec is known to work with. This will be `null` if the codec associated withvideoCodecName
is not available for use on this device for the requested channel or configuration. This configuration object will be locked, meaning attempting to change any properties (exceptBroadcastConfiguration.Video.enableTransparency(boolean)
,BroadcastConfiguration.Video.setUseAutoBitrate(boolean)
, andBroadcastConfiguration.Video.setAutoBitrateProfile(BroadcastConfiguration.AutomaticBitrateProfile)
) will result in throwing aUnsupportedOperationException
. -
exception
This will be `null` ifconfiguration
was provided, otherwise this will provide a description of why theVideoCodec
is not available.
-