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

Member Function Documentation

> All members, including inherited

◆ info()

AAudioFormat AVorbisSoundPipe::info ( )
overridevirtual
Returns
AAudioFormat containing info about sound stream

Implements ISoundInputStream.

◆ read()

size_t AVorbisSoundPipe::read ( char * dst,
size_t size )
overridevirtual
Sneaky exceptions
An implementation can throw any exception that subclasses AIOException.
Parameters
dstdestination buffer
sizedestination buffer's size. > 0
Returns
number of read bytes (including 0)

Implements IInputStream.

◆ write()

void AVorbisSoundPipe::write ( const char * src,
size_t size )
overridevirtual
Sneaky exceptions
An implementation can throw any exception that subclasses AIOException.
Parameters
srcsource buffer
sizesource buffer's size. > 0

Implements IOutputStream.