RecorderNode

Constructors

Link copied to clipboard
constructor(sampleRate: Int = 48000, numberOfChannels: Int = 2)

Properties

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

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
external fun getDisplayName(): String
Link copied to clipboard
external fun getParameters(): List<Parameter>
Link copied to clipboard
external fun getType(): String
Link copied to clipboard
external fun init(sampleRate: Int, numberOfChannels: Int)
open fun init()
Link copied to clipboard
external fun start()
Link copied to clipboard
fun stop(recordingFilePath: String, format: Codec): Boolean