Local
data class Local(val fileName: String, val mediaType: MediaType, val uri: Uri, val dateTime: LocalDateTime?) : MediaItem
A class which represents the data for a locally stored media item.
Parameters
fileName
The fileName of this media item
uri
The Uri of the media items content
dateTime
The LocalDateTime of when this item has been recorded