Photon Voice
v2.58
Interface for pulling data, in case this is more appropriate than pushing it. More...
Inherits IDisposable.
Inherited by IAudioReader< T >.
Public Member Functions | |
| bool | Read (T[] buffer) |
| Fill full given frame buffer with source uncompressed data or return false if not enough such data. More... | |
Interface for pulling data, in case this is more appropriate than pushing it.
| bool Read | ( | T[] | buffer | ) |
Fill full given frame buffer with source uncompressed data or return false if not enough such data.
| buffer | Buffer to fill. |
Implemented in AudioInReader< T >, and AudioUtil.GeneratorReader< T >.