//sorisdk/com.iplateia.afplib/AudioDB/Entry
Entry
interface Entry
Entry represents a single audio entry in the database.
Inheritors
| DummyEntry |
| AudioEntry |
Properties
| Name | Summary |
|---|---|
| length | [androidJvm] abstract val length: Long The length of the entry's audio data. |
| name | [androidJvm] abstract val name: String? The name of the entry. |
| type | [androidJvm] abstract val type: Int The type of the entry. |
