RecorderNode class

Inheritance

Constructors

RecorderNode(AudioContext ctx, [int channelCount = 2])
RecorderNode.fromConfig(AudioContext ctx, AudioStreamConfig outputConfig)

Properties

channelCount int
no setterinherited
ctx AudioContext
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isScheduledNode bool
no setterinherited
linked List<AudioNode>
getter/setter pairinherited
name String
no setterinherited
nodeId int
finalinherited
numberOfInputs int
no setterinherited
numberOfOutputs int
no setterinherited
recordedLengthInSeconds double
no setter
released bool
已释放
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useCount int
no setterinherited

Methods

connect(AudioNode dst, [dynamic destIdx = 0, int srcIdx = 0]) → dynamic
inherited
connectParam(AudioParam destination, [int output = 0]) → dynamic
inherited
createBusFromRecording({bool mixToMono = false}) AudioBus?
disconnect([AudioNode? dst, dynamic destIdx = 0, int srcIdx = 0]) → dynamic
inherited
dispose() → dynamic
inherited
initialize() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → dynamic
inherited
startRecording() → void
stopRecording() → void
toString() String
A string representation of this object.
inherited
uninitialize() → dynamic
inherited
writeRecordingToWav(String filenameWithWavExtension, {bool mixToMono = false}) bool

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator >>(AudioNode otherNode) → dynamic
inherited