MetricsConstants
class MetricsConstants
kotlin.Any | |
↳ | android.media.MediaRecorder.MetricsConstants |
Summary
Constants | |
---|---|
static String |
Key to extract the audio bitrate from the |
static String |
Key to extract the number of audio channels from the |
static String |
Key to extract the audio samplerate from the |
static String |
Key to extract the audio timescale from the |
static String |
Key to extract the video capture frame rate from the |
static String |
Key to extract the video capture framerate enable value from the |
static String |
Key to extract the intended playback frame rate from the |
static String |
Key to extract the height (in pixels) of the captured video from the |
static String |
Key to extract the recorded movies time units from the |
static String |
Key to extract the rotation (in degrees) to properly orient the video from the |
static String |
Key to extract the video bitrate from being used from the |
static String |
Key to extract the value for how often video iframes are generated from the |
static String |
Key to extract the video encoding level from the |
static String |
Key to extract the video encoding profile from the |
static String |
Key to extract the recorded video time units from the |
static String |
Key to extract the width (in pixels) of the captured video from the |
Constants
AUDIO_BITRATE
static val AUDIO_BITRATE: String
Key to extract the audio bitrate from the MediaRecorder#getMetrics
return. The value is an integer.
Value: "android.media.mediarecorder.audio-bitrate"
AUDIO_CHANNELS
static val AUDIO_CHANNELS: String
Key to extract the number of audio channels from the MediaRecorder#getMetrics
return. The value is an integer.
Value: "android.media.mediarecorder.audio-channels"
AUDIO_SAMPLERATE
static val AUDIO_SAMPLERATE: String
Key to extract the audio samplerate from the MediaRecorder#getMetrics
return. The value is an integer.
Value: "android.media.mediarecorder.audio-samplerate"
AUDIO_TIMESCALE
static val AUDIO_TIMESCALE: String
Key to extract the audio timescale from the MediaRecorder#getMetrics
return. The value is an integer.
Value: "android.media.mediarecorder.audio-timescale"
CAPTURE_FPS
static val CAPTURE_FPS: String
Key to extract the video capture frame rate from the MediaRecorder#getMetrics
return. The value is a double.
Value: "android.media.mediarecorder.capture-fps"
CAPTURE_FPS_ENABLE
static val CAPTURE_FPS_ENABLE: String
Key to extract the video capture framerate enable value from the MediaRecorder#getMetrics
return. The value is an integer.
Value: "android.media.mediarecorder.capture-fpsenable"
FRAMERATE
static val FRAMERATE: String
Key to extract the intended playback frame rate from the MediaRecorder#getMetrics
return. The value is an integer.
Value: "android.media.mediarecorder.frame-rate"
HEIGHT
static val HEIGHT: String
Key to extract the height (in pixels) of the captured video from the MediaRecorder#getMetrics
return. The value is an integer.
Value: "android.media.mediarecorder.height"
MOVIE_TIMESCALE
static val MOVIE_TIMESCALE: String
Key to extract the recorded movies time units from the MediaRecorder#getMetrics
return. The value is an integer. A value of 1000 indicates that the movie's timing is in milliseconds.
Value: "android.media.mediarecorder.movie-timescale"
ROTATION
static val ROTATION: String
Key to extract the rotation (in degrees) to properly orient the video from the MediaRecorder#getMetrics
return. The value is an integer.
Value: "android.media.mediarecorder.rotation"
VIDEO_BITRATE
static val VIDEO_BITRATE: String
Key to extract the video bitrate from being used from the MediaRecorder#getMetrics
return. The value is an integer.
Value: "android.media.mediarecorder.video-bitrate"
VIDEO_IFRAME_INTERVAL
static val VIDEO_IFRAME_INTERVAL: String
Key to extract the value for how often video iframes are generated from the MediaRecorder#getMetrics
return. The value is an integer.
Value: "android.media.mediarecorder.video-iframe-interval"
VIDEO_LEVEL
static val VIDEO_LEVEL: String
Key to extract the video encoding level from the MediaRecorder#getMetrics
return. The value is an integer.
Value: "android.media.mediarecorder.video-encoder-level"
VIDEO_PROFILE
static val VIDEO_PROFILE: String
Key to extract the video encoding profile from the MediaRecorder#getMetrics
return. The value is an integer.
Value: "android.media.mediarecorder.video-encoder-profile"
VIDEO_TIMESCALE
static val VIDEO_TIMESCALE: String
Key to extract the recorded video time units from the MediaRecorder#getMetrics
return. The value is an integer. A value of 1000 indicates that the video's timing is in milliseconds.
Value: "android.media.mediarecorder.video-timescale"
WIDTH
static val WIDTH: String
Key to extract the width (in pixels) of the captured video from the MediaRecorder#getMetrics
return. The value is an integer.
Value: "android.media.mediarecorder.width"