public class MediaUtils
extends java.lang.Object
getSupportedCodecs(Context context)
method to discover which
video codecs are supported on the device.Modifier and Type | Class and Description |
---|---|
class |
MediaUtils.SupportedCodecs
An object providing lists of video codecs for encoding and
decoding video that are supported on the device.
|
static class |
MediaUtils.VideoCodecType
An enum of video codec types.
|
Constructor and Description |
---|
MediaUtils() |
Modifier and Type | Method and Description |
---|---|
static MediaUtils.SupportedCodecs |
getSupportedCodecs(android.content.Context context)
Returns an object that lists video codecs (for encoding and decoding)
supported on the device.
|
public static MediaUtils.SupportedCodecs getSupportedCodecs(android.content.Context context)