FQLab
A spectral audio sandbox
 
Loading...
Searching...
No Matches
FQLabTests.MockAudioPlayer Class Reference
Inheritance diagram for FQLabTests.MockAudioPlayer:
Inheritance graph
Collaboration diagram for FQLabTests.MockAudioPlayer:
Collaboration graph

Public Member Functions

void Initialize (IAudioStream audioStream)
 
void Play (AudioFrame audioFrame)
 Receives the AudioFrame and plays it.
 
void Pause ()
 Pauses playback.
 
void Resume ()
 Resumes playback.
 

Properties

List< AudioFrameResult = new List<AudioFrame>() [get]
 

Member Function Documentation

◆ Initialize()

void FQLabTests.MockAudioPlayer.Initialize ( IAudioStream  audioStream)
inline

Implements FQLab.IAudioPlayer.

◆ Pause()

void FQLabTests.MockAudioPlayer.Pause ( )
inline

Pauses playback.

Implements FQLab.IAudioPlayer.

◆ Play()

void FQLabTests.MockAudioPlayer.Play ( AudioFrame  audioFrame)
inline

Receives the AudioFrame and plays it.

Parameters
audioFrameFrame with PCM samples.

Implements FQLab.IAudioPlayer.

◆ Resume()

void FQLabTests.MockAudioPlayer.Resume ( )
inline

Resumes playback.

Implements FQLab.IAudioPlayer.

Property Documentation

◆ Result

List<AudioFrame> FQLabTests.MockAudioPlayer.Result = new List<AudioFrame>()
get

The documentation for this class was generated from the following file: