AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ISoundPipe.h
    1#pragma once
    2
    3#include "AUI/Audio/ISoundInputStream.h"
    4
    5
   11};
Definition IOutputStream.h:18
Base interface for representing sound input streams of different formats.
Definition ISoundInputStream.h:15
ISoundPipe accepts sound data and outputs sound samples, useful for decoded audio passed in packets.
Definition ISoundPipe.h:10