ma_preprocessing_allow_mode_e class abstract

@brief Enumerations for allowing preprocessing by other voice assistants. @since_tizen 5.5

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

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

Constants

MA_PREPROCESSING_ALLOW_ALL → const int
< Preprocessing allowed for all audio
MA_PREPROCESSING_ALLOW_FOLLOW_UP → const int
< Preprocessing allowed for follow-up audio only
MA_PREPROCESSING_ALLOW_NONE → const int
< No preprocessing allowed
MA_PREPROCESSING_ALLOW_UTTERANCE → const int
< Preprocessing allowed for utterance audio only