SoundByte

class SoundByte(val name: String, val localPath: String)

Used to associate a name with a file resource in preparation for SoundBoard

Parameters

name

the title of the audio content

localPath

the location of the audio file, which can also be a Composable Resource

Constructors

Link copied to clipboard
constructor(name: String, localPath: String)

Properties

Link copied to clipboard
Link copied to clipboard