Switchboard SDK
androidJvm
SwitchboardSDK
/
com.synervoz.switchboard.sdk.audiographnodes
/
DiagnosticRecorderNode
Diagnostic
Recorder
Node
class
DiagnosticRecorderNode
:
AudioProcessorNode
Members
Constructors
Diagnostic
Recorder
Node
Link copied to clipboard
constructor
(
sampleSeconds
:
Int
=
30
)
Properties
name
Link copied to clipboard
var
name
:
String
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
create
Tap
Link copied to clipboard
external
fun
createTap
(
name
:
String
)
:
AudioProcessorNode
dump
Link copied to clipboard
fun
dump
(
recordingFilePath
:
String
,
format
:
Codec
)
:
Boolean
external
fun
dump
(
recordingFilePath
:
String
,
format
:
Int
)
:
Boolean
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
(
sampleSeconds
:
Int
)
open
fun
init
(
)