MediaRecorder.MetricsConstants
public
static
final
class
MediaRecorder.MetricsConstants
extends Object
| java.lang.Object | |
| ↳ | android.media.MediaRecorder.MetricsConstants |
Summary
Constants | |
|---|---|
String |
AUDIO_BITRATE
Key to extract the audio bitrate
from the |
String |
AUDIO_CHANNELS
Key to extract the number of audio channels
from the |
String |
AUDIO_SAMPLERATE
Key to extract the audio samplerate
from the |
String |
AUDIO_TIMESCALE
Key to extract the audio timescale
from the |
String |
CAPTURE_FPS
Key to extract the video capture frame rate
from the |
String |
CAPTURE_FPS_ENABLE
Key to extract the video capture framerate enable value
from the |
String |
FRAMERATE
Key to extract the intended playback frame rate
from the |
String |
HEIGHT
Key to extract the height (in pixels) of the captured video
from the |
String |
MOVIE_TIMESCALE
Key to extract the recorded movies time units
from the |
String |
ROTATION
Key to extract the rotation (in degrees) to properly orient the video
from the |
String |
VIDEO_BITRATE
Key to extract the video bitrate from being used
from the |
String |
VIDEO_IFRAME_INTERVAL
Key to extract the value for how often video iframes are generated
from the |
String |
VIDEO_LEVEL
Key to extract the video encoding level
from the |
String |
VIDEO_PROFILE
Key to extract the video encoding profile
from the |
String |
VIDEO_TIMESCALE
Key to extract the recorded video time units
from the |
String |
WIDTH
Key to extract the width (in pixels) of the captured video
from the |
Inherited methods | |
|---|---|
From
class
java.lang.Object
| |
Constants
AUDIO_BITRATE
String AUDIO_BITRATE
Key to extract the audio bitrate
from the getMetrics() return.
The value is an integer.
Constant Value: "android.media.mediarecorder.audio-bitrate"
AUDIO_CHANNELS
String AUDIO_CHANNELS
Key to extract the number of audio channels
from the getMetrics() return.
The value is an integer.
Constant Value: "android.media.mediarecorder.audio-channels"
AUDIO_SAMPLERATE
String AUDIO_SAMPLERATE
Key to extract the audio samplerate
from the getMetrics() return.
The value is an integer.
Constant Value: "android.media.mediarecorder.audio-samplerate"
AUDIO_TIMESCALE
String AUDIO_TIMESCALE
Key to extract the audio timescale
from the getMetrics() return.
The value is an integer.
Constant Value: "android.media.mediarecorder.audio-timescale"
CAPTURE_FPS
String CAPTURE_FPS
Key to extract the video capture frame rate
from the getMetrics() return.
The value is a double.
Constant Value: "android.media.mediarecorder.capture-fps"
CAPTURE_FPS_ENABLE
String CAPTURE_FPS_ENABLE
Key to extract the video capture framerate enable value
from the getMetrics() return.
The value is an integer.
Constant Value: "android.media.mediarecorder.capture-fpsenable"
FRAMERATE
String FRAMERATE
Key to extract the intended playback frame rate
from the getMetrics() return.
The value is an integer.
Constant Value: "android.media.mediarecorder.frame-rate"
HEIGHT
String HEIGHT
Key to extract the height (in pixels) of the captured video
from the getMetrics() return.
The value is an integer.
Constant Value: "android.media.mediarecorder.height"
MOVIE_TIMESCALE
String MOVIE_TIMESCALE
Key to extract the recorded movies time units
from the getMetrics() return.
The value is an integer.
A value of 1000 indicates that the movie's timing is in milliseconds.
Constant Value: "android.media.mediarecorder.movie-timescale"
ROTATION
String ROTATION
Key to extract the rotation (in degrees) to properly orient the video
from the getMetrics() return.
The value is an integer.
Constant Value: "android.media.mediarecorder.rotation"
VIDEO_BITRATE
String VIDEO_BITRATE
Key to extract the video bitrate from being used
from the getMetrics() return.
The value is an integer.
Constant Value: "android.media.mediarecorder.video-bitrate"
VIDEO_IFRAME_INTERVAL
String VIDEO_IFRAME_INTERVAL
Key to extract the value for how often video iframes are generated
from the getMetrics() return.
The value is an integer.
Constant Value: "android.media.mediarecorder.video-iframe-interval"
VIDEO_LEVEL
String VIDEO_LEVEL
Key to extract the video encoding level
from the getMetrics() return.
The value is an integer.
Constant Value: "android.media.mediarecorder.video-encoder-level"
VIDEO_PROFILE
String VIDEO_PROFILE
Key to extract the video encoding profile
from the getMetrics() return.
The value is an integer.
Constant Value: "android.media.mediarecorder.video-encoder-profile"
VIDEO_TIMESCALE
String VIDEO_TIMESCALE
Key to extract the recorded video time units
from the getMetrics() return.
The value is an integer.
A value of 1000 indicates that the video's timing is in milliseconds.
Constant Value: "android.media.mediarecorder.video-timescale"
WIDTH
String WIDTH
Key to extract the width (in pixels) of the captured video
from the getMetrics() return.
The value is an integer.
Constant Value: "android.media.mediarecorder.width"
Interfaces
- AudioManager.OnAudioFocusChangeListener
- AudioRecord.OnRecordPositionUpdateListener
- AudioRecord.OnRoutingChangedListener
- AudioRouting
- AudioRouting.OnRoutingChangedListener
- AudioTrack.OnPlaybackPositionUpdateListener
- AudioTrack.OnRoutingChangedListener
- ImageReader.OnImageAvailableListener
- ImageWriter.OnImageReleasedListener
- JetPlayer.OnJetEventListener
- MediaCas.EventListener
- MediaCodec.OnFrameRenderedListener
- MediaDrm.OnEventListener
- MediaDrm.OnExpirationUpdateListener
- MediaDrm.OnKeyStatusChangeListener
- MediaPlayer.OnBufferingUpdateListener
- MediaPlayer.OnCompletionListener
- MediaPlayer.OnDrmConfigHelper
- MediaPlayer.OnDrmInfoListener
- MediaPlayer.OnDrmPreparedListener
- MediaPlayer.OnErrorListener
- MediaPlayer.OnInfoListener
- MediaPlayer.OnPreparedListener
- MediaPlayer.OnSeekCompleteListener
- MediaPlayer.OnTimedMetaDataAvailableListener
- MediaPlayer.OnTimedTextListener
- MediaPlayer.OnVideoSizeChangedListener
- MediaRecorder.OnErrorListener
- MediaRecorder.OnInfoListener
- MediaScannerConnection.MediaScannerConnectionClient
- MediaScannerConnection.OnScanCompletedListener
- MediaSync.OnErrorListener
- RemoteControlClient.OnGetPlaybackPositionListener
- RemoteControlClient.OnMetadataUpdateListener
- RemoteControlClient.OnPlaybackPositionUpdateListener
- RemoteController.OnClientUpdateListener
- SoundPool.OnLoadCompleteListener
- VolumeAutomation
Classes
- AsyncPlayer
- AudioAttributes
- AudioAttributes.Builder
- AudioDeviceCallback
- AudioDeviceInfo
- AudioFocusRequest
- AudioFocusRequest.Builder
- AudioFormat
- AudioFormat.Builder
- AudioManager
- AudioManager.AudioPlaybackCallback
- AudioManager.AudioRecordingCallback
- AudioPlaybackConfiguration
- AudioRecord
- AudioRecord.Builder
- AudioRecordingConfiguration
- AudioTimestamp
- AudioTrack
- AudioTrack.Builder
- CamcorderProfile
- CameraProfile
- DrmInitData
- DrmInitData.SchemeInitData
- ExifInterface
- FaceDetector
- FaceDetector.Face
- Image
- Image.Plane
- ImageReader
- ImageWriter
- JetPlayer
- MediaActionSound
- MediaCas
- MediaCas.PluginDescriptor
- MediaCas.Session
- MediaCodec
- MediaCodec.BufferInfo
- MediaCodec.Callback
- MediaCodec.CryptoInfo
- MediaCodec.CryptoInfo.Pattern
- MediaCodec.MetricsConstants
- MediaCodecInfo
- MediaCodecInfo.AudioCapabilities
- MediaCodecInfo.CodecCapabilities
- MediaCodecInfo.CodecProfileLevel
- MediaCodecInfo.EncoderCapabilities
- MediaCodecInfo.VideoCapabilities
- MediaCodecList
- MediaCrypto
- MediaDataSource
- MediaDescrambler
- MediaDescription
- MediaDescription.Builder
- MediaDrm
- MediaDrm.CryptoSession
- MediaDrm.KeyRequest
- MediaDrm.KeyStatus
- MediaDrm.ProvisionRequest
- MediaExtractor
- MediaExtractor.CasInfo
- MediaExtractor.MetricsConstants
- MediaFormat
- MediaMetadata
- MediaMetadata.Builder
- MediaMetadataEditor
- MediaMetadataRetriever
- MediaMuxer
- MediaMuxer.OutputFormat
- MediaPlayer
- MediaPlayer.DrmInfo
- MediaPlayer.MetricsConstants
- MediaPlayer.TrackInfo
- MediaRecorder
- MediaRecorder.AudioEncoder
- MediaRecorder.AudioSource
- MediaRecorder.MetricsConstants
- MediaRecorder.OutputFormat
- MediaRecorder.VideoEncoder
- MediaRecorder.VideoSource
- MediaRouter
- MediaRouter.Callback
- MediaRouter.RouteCategory
- MediaRouter.RouteGroup
- MediaRouter.RouteInfo
- MediaRouter.SimpleCallback
- MediaRouter.UserRouteInfo
- MediaRouter.VolumeCallback
- MediaScannerConnection
- MediaSync
- MediaSync.Callback
- MediaSyncEvent
- MediaTimestamp
- PlaybackParams
- Rating
- RemoteControlClient
- RemoteControlClient.MetadataEditor
- RemoteController
- RemoteController.MetadataEditor
- Ringtone
- RingtoneManager
- SoundPool
- SoundPool.Builder
- SyncParams
- ThumbnailUtils
- TimedMetaData
- TimedText
- ToneGenerator
- VolumeProvider
- VolumeShaper
- VolumeShaper.Configuration
- VolumeShaper.Configuration.Builder
- VolumeShaper.Operation
Exceptions
- DeniedByServerException
- MediaCasException
- MediaCasException.DeniedByServerException
- MediaCasException.NotProvisionedException
- MediaCasException.ResourceBusyException
- MediaCasException.UnsupportedCasException
- MediaCasStateException
- MediaCodec.CodecException
- MediaCodec.CryptoException
- MediaCryptoException
- MediaDrm.MediaDrmStateException
- MediaDrmException
- MediaDrmResetException
- MediaPlayer.NoDrmSchemeException
- MediaPlayer.ProvisioningNetworkErrorException
- MediaPlayer.ProvisioningServerErrorException
- NotProvisionedException
- ResourceBusyException
- UnsupportedSchemeException

