ApicFrame

data class ApicFrame(val mimeType: String, val description: String?, val pictureType: Int, val pictureData: ByteArray) : Id3Frame

Constructors

Link copied to clipboard
constructor(mimeType: String, description: String?, pictureType: Int, pictureData: ByteArray)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard