|
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) |
|