MediaPlayer.MetricsConstants
public
static
final
class
MediaPlayer.MetricsConstants
extends Object
java.lang.Object | |
↳ | android.media.MediaPlayer.MetricsConstants |
Summary
Constants | |
---|---|
String |
CODEC_AUDIO
Key to extract the codec being used to decode the audio track
from the |
String |
CODEC_VIDEO
Key to extract the codec being used to decode the video track
from the |
String |
DURATION
Key to extract the duration (in milliseconds) of the
media being played
from the |
String |
ERRORS
Key to extract the count of errors encountered while
playing the media
from the |
String |
ERROR_CODE
Key to extract an (optional) error code detected while
playing the media
from the |
String |
FRAMES
Key to extract the count of video frames played
from the |
String |
FRAMES_DROPPED
Key to extract the count of video frames dropped
from the |
String |
HEIGHT
Key to extract the height (in pixels) of the video track
from the |
String |
MIME_TYPE_AUDIO
Key to extract the MIME type of the audio track
from the |
String |
MIME_TYPE_VIDEO
Key to extract the MIME type of the video track
from the |
String |
PLAYING
Key to extract the playing time (in milliseconds) of the
media being played
from the |
String |
WIDTH
Key to extract the width (in pixels) of the video track
from the |
Inherited methods | |
---|---|
Constants
CODEC_AUDIO
public static final String CODEC_AUDIO
Key to extract the codec being used to decode the audio track
from the MediaPlayer#getMetrics
return value.
The value is a String.
Constant Value: "android.media.mediaplayer.audio.codec"
CODEC_VIDEO
public static final String CODEC_VIDEO
Key to extract the codec being used to decode the video track
from the MediaPlayer#getMetrics
return value.
The value is a String.
Constant Value: "android.media.mediaplayer.video.codec"
DURATION
public static final String DURATION
Key to extract the duration (in milliseconds) of the
media being played
from the MediaPlayer#getMetrics
return value.
The value is a long.
Constant Value: "android.media.mediaplayer.durationMs"
ERRORS
public static final String ERRORS
Key to extract the count of errors encountered while
playing the media
from the MediaPlayer#getMetrics
return value.
The value is an integer.
Constant Value: "android.media.mediaplayer.err"
ERROR_CODE
public static final String ERROR_CODE
Key to extract an (optional) error code detected while
playing the media
from the MediaPlayer#getMetrics
return value.
The value is an integer.
Constant Value: "android.media.mediaplayer.errcode"
FRAMES
public static final String FRAMES
Key to extract the count of video frames played
from the MediaPlayer#getMetrics
return value.
The value is an integer.
Constant Value: "android.media.mediaplayer.frames"
FRAMES_DROPPED
public static final String FRAMES_DROPPED
Key to extract the count of video frames dropped
from the MediaPlayer#getMetrics
return value.
The value is an integer.
Constant Value: "android.media.mediaplayer.dropped"
HEIGHT
public static final String HEIGHT
Key to extract the height (in pixels) of the video track
from the MediaPlayer#getMetrics
return value.
The value is an integer.
Constant Value: "android.media.mediaplayer.height"
MIME_TYPE_AUDIO
public static final String MIME_TYPE_AUDIO
Key to extract the MIME type of the audio track
from the MediaPlayer#getMetrics
return value.
The value is a String.
Constant Value: "android.media.mediaplayer.audio.mime"
MIME_TYPE_VIDEO
public static final String MIME_TYPE_VIDEO
Key to extract the MIME type of the video track
from the MediaPlayer#getMetrics
return value.
The value is a String.
Constant Value: "android.media.mediaplayer.video.mime"
PLAYING
public static final String PLAYING
Key to extract the playing time (in milliseconds) of the
media being played
from the MediaPlayer#getMetrics
return value.
The value is a long.
Constant Value: "android.media.mediaplayer.playingMs"
WIDTH
public static final String WIDTH
Key to extract the width (in pixels) of the video track
from the MediaPlayer#getMetrics
return value.
The value is an integer.
Constant Value: "android.media.mediaplayer.width"