Switchboard SDK
androidJvm
SwitchboardSDK
/
com.synervoz.switchboard.sdk.audiographnodes
/
RecorderNode
Recorder
Node
class
RecorderNode
:
AudioSinkNode
Members
Constructors
Recorder
Node
Link copied to clipboard
constructor
(
sampleRate
:
Int
=
48000
,
numberOfChannels
:
Int
=
2
)
Properties
is
Realtime
Link copied to clipboard
var
isRealtime
:
Boolean
is
Recording
Link copied to clipboard
val
isRecording
:
Boolean
name
Link copied to clipboard
var
name
:
String
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
get
Display
Name
Link copied to clipboard
external
fun
getDisplayName
(
)
:
String
get
Parameters
Link copied to clipboard
external
fun
getParameters
(
)
:
List
<
Parameter
>
get
Type
Link copied to clipboard
external
fun
getType
(
)
:
String
init
Link copied to clipboard
external
fun
init
(
sampleRate
:
Int
,
numberOfChannels
:
Int
)
open
fun
init
(
)
start
Link copied to clipboard
external
fun
start
(
)
stop
Link copied to clipboard
fun
stop
(
recordingFilePath
:
String
,
format
:
Codec
)
:
Boolean