MediaTrackInfo

data class MediaTrackInfo(val title: CharSequence?, val subtitle: CharSequence?, val albumImage: Bitmap? = null, val duration: Long = -1)

Constructors

Link copied to clipboard
constructor(title: CharSequence?, subtitle: CharSequence?, albumImage: Bitmap? = null, duration: Long = -1)

Properties

Link copied to clipboard
val albumImage: Bitmap? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns true if both title and subtitle are null or empty.