VADEvent class final

VAD Event structure (flat for easier FFI)

Inheritance
Implemented types
Available extensions

Constructors

VADEvent()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
error_code int
getter/setter pair
error_message Pointer<Char>
getter/setter pair
frame_data Pointer<Float>
getter/setter pair
frame_is_speech int
0 = false, 1 = true (using Int32 for C compatibility)
getter/setter pair
frame_length int
getter/setter pair
frame_probability double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speech_end_audio_data Pointer<Int16>
getter/setter pair
speech_end_audio_length int
getter/setter pair
speech_end_duration_ms int
getter/setter pair
type int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited