A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
MediaMetadataRetriever — final class, package com.wadedwalker.nativeExtension.media
The MediaMetadataRetriever class is a Native Extension built for the purpose of getting metadata from audio and video files.
MediaMetadataRetriever() — Constructor, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
METADATA_KEY_ALBUM — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the information about the album title of the data source.
METADATA_KEY_ALBUMARTIST — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the information about the performers or artist associated with the data source.
METADATA_KEY_ARTIST — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the information about the artist of the data source.
METADATA_KEY_AUTHOR — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the information about the author of the data source.
METADATA_KEY_BITRATE — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
This key retrieves the average bitrate (in bits/sec), if available.
METADATA_KEY_CAPTURE_FRAMERATE — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
This key retrieves the original capture framerate, if it's available.
METADATA_KEY_CD_TRACK_NUMBER — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the numeric string describing the order of the audio data source on its original recording.
METADATA_KEY_COMPILATION — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the music album compilation status.
METADATA_KEY_COMPOSER — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the information about the composer of the data source.
METADATA_KEY_DATE — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the date when the data source was created or modified.
METADATA_KEY_DISC_NUMBER — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the numberic string that describes which part of a set the audio data source comes from.
METADATA_KEY_DURATION — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the playback duration of the data source.
METADATA_KEY_GENRE — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the content type or genre of the data source.
METADATA_KEY_HAS_AUDIO — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
If this key exists the media contains audio content.
METADATA_KEY_HAS_VIDEO — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
If this key exists the media contains video content.
METADATA_KEY_LOCATION — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
This key retrieves the location information, if available.
METADATA_KEY_MIMETYPE — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the mime type of the data source.
METADATA_KEY_NUM_TRACKS — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the number of tracks, such as audio, video, text, in the data source, such as a mp4 or 3gpp file.
METADATA_KEY_TITLE — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the data source title.
METADATA_KEY_VIDEO_HEIGHT — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
If the media contains video, this key retrieves its height.
METADATA_KEY_VIDEO_ROTATION — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
This key retrieves the video rotation angle in degrees, if available.
METADATA_KEY_VIDEO_WIDTH — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
If the media contains video, this key retrieves its width.
METADATA_KEY_WRITER — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the information of the writer (such as lyricist) of the data source.
METADATA_KEY_YEAR — Constant Static Property, class com.wadedwalker.nativeExtension.media.MediaMetadataRetriever
The metadata key to retrieve the year when the data source was created or modified.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z