AndroidContentType enum
"what" you are playing. The content type expresses the general category of the content. This information is optional. But in case it is known (for instance movie for a movie streaming service or music for a music playback application) this information might be used by the audio framework to selectively configure some audio post-processing blocks.
- Inheritance
- Available extensions
Values
- unknown → const AndroidContentType
-
Content type value to use when the content type is unknown, or other than the ones defined.
- speech → const AndroidContentType
-
Content type value to use when the content type is speech.
- music → const AndroidContentType
-
Content type value to use when the content type is music.
- movie → const AndroidContentType
-
Content type value to use when the content type is a soundtrack, typically accompanying a movie or TV program.
- sonification → const AndroidContentType
-
Content type value to use when the content type is a sound used to accompany a user action, such as a beep or sound effect expressing a key click, or event, such as the type of a sound for a bonus being received in a game. These sounds are mostly synthesized or short Foley sounds.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
Available on AndroidContentType, provided by the AndroidContentTypeValue extension
no setter
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
-
values
→ const List<
AndroidContentType> - A constant List of the values in this enum, in order of their declaration.