ContentAttachmentData

fun ContentAttachmentData(    size: Long = 0,     duration: Long? = 0,     date: Long = 0,     height: Long? = 0,     width: Long? = 0,     exifOrientation: Int = ExifInterface.ORIENTATION_UNDEFINED,     name: String? = null,     queryUri: Uri,     mimeType: String?,     type: ContentAttachmentData.Type,     waveform: List<Int>? = null)