TauRecorderWeb class
The web implementation of TauRecorderPlatform
.
This class implements the package:TauPlayerPlatform
functionality for the web.
- Inheritance
-
- Object
- PlatformInterface
- TauRecorderPlatform
- TauRecorderWeb
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
closeRecorder(
TauRecorderCallback callback) → Future< void> -
override
-
closeSession(
TauRecorderCallback aSession) → void -
inherited
-
deleteRecord(
TauRecorderCallback callback, String path) → Future< bool> -
override
-
findSession(
TauRecorderCallback aSession) → int -
inherited
-
getRecordURL(
TauRecorderCallback callback, String path) → Future< String> -
override
-
getSession(
int slotno) → TauRecorderCallback? -
inherited
-
getWebSession(
TauRecorderCallback callback) → TauRecorder? -
isEncoderSupported(
TauRecorderCallback callback, {required Codec codec}) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
numberOfOpenSessions(
) → int -
inherited
-
openRecorder(
TauRecorderCallback callback, {required Level logLevel, AudioFocus? focus, SessionCategory? category, SessionMode? mode, int? audioFlags, AudioDevice? device}) → Future< void> -
override
-
openSession(
TauRecorderCallback aSession) → void -
inherited
-
pauseRecorder(
TauRecorderCallback callback) → Future< void> -
override
-
resetPlugin(
TauRecorderCallback callback) → Future< void> ? -
override
-
resumeRecorder(
TauRecorderCallback callback) → Future< void> -
override
-
setAudioFocus(
TauRecorderCallback callback, {AudioFocus? focus, SessionCategory? category, SessionMode? mode, int? audioFlags, AudioDevice? device}) → Future< void> -
override
-
setLogLevel(
TauRecorderCallback callback, Level loglevel) → Future< void> ? -
inherited
-
setSubscriptionDuration(
TauRecorderCallback callback, {Duration? duration}) → Future< void> -
override
-
startRecorder(
TauRecorderCallback callback, {String? path, int? sampleRate, int? numChannels, int? bitRate, Codec? codec, bool? toStream, AudioSource? audioSource}) → Future< void> -
override
-
stopRecorder(
TauRecorderCallback callback) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void -
Registers this class as the default instance of
TauRecorderPlatform
.