Class ShadowMediaCodecList

java.lang.Object
org.robolectric.shadows.ShadowMediaCodecList

@Implements(value=android.media.MediaCodecList.class,
            minSdk=21)
public class ShadowMediaCodecList
extends Object
Implementation of MediaCodecList.

Custom MediaCodecInfo can be created using MediaCodecInfoBuilder and added to the list of codecs via addCodec(android.media.MediaCodecInfo).