Skip to content

//sorisdk/com.iplateia.afplib/AudioDB/DummyEntry

DummyEntry

[androidJvm]
data class DummyEntry(val name: String?, val type: Int, val length: Long) : AudioDB.Entry

DummyEntry is a simple implementation of Entry for holding audio entry data.

Constructors

DummyEntry[androidJvm]
constructor(entry: AudioDB.Entry)constructor(name: String?, type: Int, length: Long)

Properties

NameSummary
length[androidJvm]
open override val length: Long
The length of the entry's audio data.
name[androidJvm]
open override val name: String?
The name of the entry.
type[androidJvm]
open override val type: Int
The type of the entry.