A2

object A2 : FFILib

Properties

Link copied to clipboard
Link copied to clipboard
const val EPIPE: Int = 32
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val snd_pcm_close: (pcm: FFIPointer?) -> Int
Link copied to clipboard
val snd_pcm_drain: (pcm: FFIPointer?) -> Int
Link copied to clipboard
const val SND_PCM_FORMAT_S16_LE: Int = 2
Link copied to clipboard
val snd_pcm_open: (pcmPtr: FFIPointerArray, name: String?, stream: Int, mode: Int) -> Int
Link copied to clipboard
val snd_pcm_recover: (pcm: FFIPointer?, err: Int, silent: Int) -> Int
Link copied to clipboard
val snd_pcm_set_params: (pcm: FFIPointer?, format: Int, access: Int, channels: Int, rate: Int, softResample: Int, latency: Int) -> Int
Link copied to clipboard
Link copied to clipboard
val snd_pcm_wait: (pcm: FFIPointer?, timeout: Int) -> Int
Link copied to clipboard
val snd_pcm_writei: (pcm: FFIPointer?, buffer: ShortArray, size: Int) -> Int
Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
inline fun <T : Function<*>> func(name: String?, config: FFIFuncConfig, required: Boolean): FFILib.FuncInfo<T>
Link copied to clipboard
fun snd_pcm_open(name: String, stream: Int, mode: Int): FFIPointer?
Link copied to clipboard
fun snd_pcm_writei(pcm: FFIPointer?, buffer: ShortArray, offset: Int, size: Int, nframes: Int): Int