AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ISoundInputStream Class Referenceabstract

Base interface for representing sound input streams of different formats. More...

#include <AUI/Audio/ISoundInputStream.h>

Detailed Description

Warning
This API is experimental. Experimental APIs are likely to contain bugs, might be changed or removed in the future.

Member Function Documentation

> All members, including inherited

◆ info()

virtual AAudioFormat ISoundInputStream::info ( )
pure virtual
Returns
AAudioFormat containing info about sound stream

Implemented in AOggSoundStream, AOpusSoundPipe, ARawSoundStream, ASoundResampler, AVorbisSoundPipe, and AWavSoundStream.