Audio Resource
data class AudioResource(val url: String, val mimeType: String, var size: Long = 0, var bitrate: Long? = null)
Used to store basic details of Audio Available for given link
Used to store basic details of Audio Available for given link