| Package | qnx.media |
| Class | public class MediaPlayerMetadata |
| Inheritance | MediaPlayerMetadata Object |
MediaPlayerMedadata class contains constants representing the list of possible metadata
properties that may be defined in the metadata object (from the MediaPlayer class).
See also
| Constant | Defined By | ||
|---|---|---|---|
| ALBUM : String = album [static]
A constant representing the name of the album. | MediaPlayerMetadata | ||
| ARTIST : String = artist [static]
A constant representing the name of the artist. | MediaPlayerMetadata | ||
| BITRATE : String = bitrate [static]
A constant representing the bit rate of the track. | MediaPlayerMetadata | ||
| COMMENT : String = comment [static]
A constant representing the comment field. | MediaPlayerMetadata | ||
| DISC : String = disc [static]
A constant representing the number of the disc. | MediaPlayerMetadata | ||
| DURATION : String = duration [static]
A constant representing the duration of the track. | MediaPlayerMetadata | ||
| GENRE : String = genre [static]
A constant representing the genre of the track. | MediaPlayerMetadata | ||
| MEDIA_TYPE : String = mediaType [static]
A constant representing the media type. | MediaPlayerMetadata | ||
| NAME : String = name [static]
A constant representing the name of the track. | MediaPlayerMetadata | ||
| SAMPLERATE : String = samplerate [static]
A constant that provides information about the sample rate of the track. | MediaPlayerMetadata | ||
| TRACK : String = track [static]
A constant representing the number of the track. | MediaPlayerMetadata | ||
| URL : String = url [static]
A constant that contains URL information for the current track or stream. | MediaPlayerMetadata | ||
| VIDEO_HEIGHT : String = video_height [static]
A constant that defines the height of the current video track. | MediaPlayerMetadata | ||
| VIDEO_WIDTH : String = video_width [static]
A constant that defines the width of the current video track. | MediaPlayerMetadata | ||
| ALBUM | Constant |
public static const ALBUM:String = albumA constant representing the name of the album.
| ARTIST | Constant |
public static const ARTIST:String = artistA constant representing the name of the artist.
| BITRATE | Constant |
public static const BITRATE:String = bitrateA constant representing the bit rate of the track.
| COMMENT | Constant |
public static const COMMENT:String = commentA constant representing the comment field. The comment field can be used to provide additional information about an artist or album.
| DISC | Constant |
public static const DISC:String = discA constant representing the number of the disc.
| DURATION | Constant |
public static const DURATION:String = durationA constant representing the duration of the track.
| GENRE | Constant |
public static const GENRE:String = genreA constant representing the genre of the track.
| MEDIA_TYPE | Constant |
public static const MEDIA_TYPE:String = mediaTypeA constant representing the media type.
See also
| NAME | Constant |
public static const NAME:String = nameA constant representing the name of the track.
| SAMPLERATE | Constant |
public static const SAMPLERATE:String = samplerateA constant that provides information about the sample rate of the track.
| TRACK | Constant |
public static const TRACK:String = trackA constant representing the number of the track.
| URL | Constant |
public static const URL:String = urlA constant that contains URL information for the current track or stream.
| VIDEO_HEIGHT | Constant |
public static const VIDEO_HEIGHT:String = video_heightA constant that defines the height of the current video track.
| VIDEO_WIDTH | Constant |
public static const VIDEO_WIDTH:String = video_widthA constant that defines the width of the current video track.