ClipAudioEventsResult

data class ClipAudioEventsResult(val success: Boolean, val error: String?, val markers: List<ClipMarkerData>, val warps: List<AudioWarpPointData>)

Mirrors uapmd_clip_audio_events_result_t.

Constructors

Link copied to clipboard
constructor(success: Boolean, error: String?, markers: List<ClipMarkerData>, warps: List<AudioWarpPointData>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard