Expand description
Structs§
- AUDIOS
- Audio loading, cache and render service.
- Audio
Format - Represents an audio codec capability.
- Audio
Format Capability - Capabilities of an
AudioFormatimplementation. - Audio
Hash - A 256-bit hash for audio tracks.
- Audio
Hasher - Hasher that computes a
AudioHash. - Audio
Limits - Limits for audio loading and decoding.
- Audio
Mix - Represents an audio source.
- Audio
Options - Options for
AUDIOS.audio. - Audio
Output - Represents an open audio output stream.
- Audio
Output Id - Unique identifier of an open audio output.
- Audio
Output Options - Options for a new audio output stream.
- Audio
Track - State of an
AudioVar. - Audio
Tracks Mode - Defines what tracks are decoded from multi track containers.
- Weak
Audio Output - Weak reference to an
AudioOutput.
Enums§
- Audio
Cache Mode - Cache mode of
AUDIOS. - Audio
Data Format - Format of the audio bytes.
- Audio
Output State - Represents the playback state if an audio output stream.
- Audio
Source - The different sources of an audio resource.
- Audio
Source Filter - Represents a
PathFilterandUriFilter.
Traits§
- Audios
Extension - A custom extension for the
AUDIOSservice.
Type Aliases§
- Audio
Var - Represents an
AudioTracktracked by theAUDIOScache. - Path
Filter - Represents an
AudioSource::Readpath request filter. - UriFilter
- Represents an
AudioSource::Downloadpath request filter.