Static Public Member Functions | |
| static void | logAvailableCodecs () |
| static MediaCodecInfo[] | getEncoderInfos (String mimeType) |
| static MediaCodecInfo[] | getEncoderInfos (String mimeType, int colorFormat) |
| static MediaCodecInfo[] | getEncoderInfos (String mimeType, int colorFormat, boolean hardwareAcceleratedOnly) |
| static MediaCodecInfo[] | getDecoderInfos (String mimeType) |
| static MediaCodecInfo[] | getDecoderInfos (String mimeType, int colorFormat) |
| static MediaCodecInfo[] | getDecoderInfos (String mimeType, int colorFormat, boolean hardwareAcceleratedOnly) |
| static boolean | hasMimeType (MediaCodecInfo codecInfo, String mimeType) |
| static boolean | isHardwareAccelerated (MediaCodecInfo codecInfo) |
| static boolean | hasColorFormat (MediaCodecInfo codecInfo, String mimeType, int colorFormat) |
| static boolean | isAudio (String mimeType) |
| Whether the top-level type of. More... | |
| static boolean | isVideo (String mimeType) |
| Whether the top-level type of. More... | |
| static String | getFormatName (String mimeType) |
| Gets the output MediaFormat that will result from processing input in. More... | |
| static String | getMimeType (AudioFormat audioFormat) |
| Gets the mime type of the audio format. More... | |
| static String | getMimeType (VideoFormat videoFormat) |
| Gets the mime type of the video format. More... | |
| static int | getColorFormat (VideoFormat format) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Gets the output MediaFormat that will result from processing input in.
.
| mimeType | The MIME type of media that will be decoded or encoded. |
|
static |
Gets the mime type of the audio format.
| audioFormat |
|
static |
Gets the mime type of the video format.
| videoFormat |
|
static |
|
static |
|
static |
Whether the top-level type of.
is audio.
| mimeType | The mimeType to test. |
|
static |
|
static |
Whether the top-level type of.
is video.
| mimeType | The mimeType to test. |
|
static |