ExamerAudioFile

data class ExamerAudioFile(val localAudioFileUri: Uri, val numberOfRepeatsAllowedForAudioFile: Int) : Serializable

Models an audio file.

Parameters

localAudioFileUri

Uri for the locally saved audio file.

numberOfRepeatsAllowedForAudioFile

indicates the maximum number of repeats allowed for the audio file.

Constructors

Link copied to clipboard
fun ExamerAudioFile(localAudioFileUri: Uri, numberOfRepeatsAllowedForAudioFile: Int)

Properties

Link copied to clipboard
val localAudioFileUri: Uri
Link copied to clipboard
val numberOfRepeatsAllowedForAudioFile: Int