Interface EncoderSelector
-
public interface EncoderSelector
Selector ofMediaCodec
encoder instances.
-
-
Field Summary
Fields Modifier and Type Field Description static EncoderSelector
DEFAULT
Default implementation ofEncoderSelector
, which returns the preferred encoders for the givenMIME type
.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImmutableList<MediaCodecInfo>
selectEncoderInfos(String mimeType)
Returns a list of encoders that can encode media in the specifiedmimeType
, in priority order.
-
-
-
Field Detail
-
DEFAULT
static final EncoderSelector DEFAULT
Default implementation ofEncoderSelector
, which returns the preferred encoders for the givenMIME type
.
-
-
Method Detail
-
selectEncoderInfos
ImmutableList<MediaCodecInfo> selectEncoderInfos(String mimeType)
Returns a list of encoders that can encode media in the specifiedmimeType
, in priority order.
-
-