# Print output for @column tags ?>
public
static
final
class
MediaExtractor.MetricsConstants
extends Object
| java.lang.Object | |
| ↳ | android.media.MediaExtractor.MetricsConstants |
Constants | |
|---|---|
String |
FORMAT
Key to extract the container format
from the |
String |
MIME_TYPE
Key to extract the container MIME type
from the |
String |
TRACKS
Key to extract the number of tracks in the container
from the |
Inherited methods | |
|---|---|
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"
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"
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"