Represents the decoded audio file. Enables on request fetching of data. More...


Public Member Functions | |
| AudioFrame? | ReadFrame (int size) |
| Request PCM samples from the file of given size. | |
Properties | |
| AudioFormat | Format [get] |
| Stream metadata. | |
Represents the decoded audio file. Enables on request fetching of data.
| AudioFrame? FQLab.IAudioStream.ReadFrame | ( | int | size | ) |
Request PCM samples from the file of given size.
| size | Size of request. |
Implemented in FQLab.SineWaveStream, FQLab.AudioStreamWrapper, and FQLabTests.MockAudioStream.

|
get |
Stream metadata.
Implemented in FQLab.AudioStreamWrapper, FQLab.SineWaveStream, and FQLabTests.MockAudioStream.