The members of Android.Media.MediaCodecList are listed below.
See Also: Inherited members from Java.Lang.Object
Create a list of media-codecs of a specific kind. |
[read-only] static | CodecCount | int. Count the number of available (regular) codecs. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
FindDecoderForFormat(MediaFormat)Find a decoder supporting a given Android.Media.MediaFormat in the list of media-codecs. | ||
FindEncoderForFormat(MediaFormat)Find an encoder supporting a given Android.Media.MediaFormat in the list of media-codecs. | ||
static | GetCodecInfoAt(int)Return the Android.Media.MediaCodecInfo object for the codec at the given index in the regular list. | |
GetCodecInfos()Returns the list of Android.Media.MediaCodecInfo objects for the list of media-codecs. |