MediaMetadata

constructor(artist: String? = null, albumTitle: String? = null, albumArtist: String? = null, displayTitle: String? = null, subtitle: String? = null, duration: Long? = null, userRating: Rating? = null, overallRating: Rating? = null, trackNumber: Int? = null, totalTrackCount: Int? = null, isBrowsable: Boolean? = null, isPlayable: Boolean? = null, recordingYear: Int? = null, recordingMonth: Int? = null, recordingDay: Int? = null, releaseYear: Int? = null, releaseMonth: Int? = null, releaseDay: Int? = null, writer: String? = null, author: String? = null, composer: String? = null, conductor: String? = null, discNumber: Int? = null, totalDiscCount: Int? = null, genre: String? = null, compilation: String? = null, station: String? = null, mediaType: MediaMetadata.MediaType? = MediaType.Video)