# Print output for @column tags ?> MediaExtractor.MetricsConstants - Android SDK | Android Developers

Most visited


Recently visited


MediaExtractor.MetricsConstants

public static final class MediaExtractor.MetricsConstants
extends Object

java.lang.Object
   ↳ android.media.MediaExtractor.MetricsConstants


Summary


Constants

String FORMAT

Key to extract the container format from the MediaExtractor#getMetrics return value.

String MIME_TYPE

Key to extract the container MIME type from the MediaExtractor#getMetrics return value.

String TRACKS

Key to extract the number of tracks in the container from the MediaExtractor#getMetrics return value.

Inherited methods

Constants


FORMAT

public static final String FORMAT

Key to extract the container format from the MediaExtractor#getMetrics return value. The value is a String.

Constant Value: "android.media.mediaextractor.fmt"

MIME_TYPE

public static final String MIME_TYPE

Key to extract the container MIME type from the MediaExtractor#getMetrics return value. The value is a String.

Constant Value: "android.media.mediaextractor.mime"

TRACKS

public static final String TRACKS

Key to extract the number of tracks in the container from the MediaExtractor#getMetrics return value. The value is an integer.

Constant Value: "android.media.mediaextractor.ntrk"

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.