org.acra.collector
Class MediaCodecListCollector

java.lang.Object
  extended by org.acra.collector.MediaCodecListCollector

public class MediaCodecListCollector
extends Object

Collects data about available codecs on the device through the MediaCodecList API introduced in Android 4.1 JellyBean.

Author:
Kevin Gaudin

Constructor Summary
MediaCodecListCollector()
           
 
Method Summary
static String collecMediaCodecList()
          Builds a String describing the list of available codecs on the device with their capabilities (supported Color Formats, Codec Profiles et Levels).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaCodecListCollector

public MediaCodecListCollector()
Method Detail

collecMediaCodecList

public static String collecMediaCodecList()
Builds a String describing the list of available codecs on the device with their capabilities (supported Color Formats, Codec Profiles et Levels).

Returns:


Copyright © 2010-2013. All Rights Reserved.