class MAGES::Recorder::MicrophoneInterpreter::PlaybackCtx¶
Overview¶
class PlaybackCtx { public: // properties BlockingCollectionFetchResponses; // methods PlaybackCtx(string filename, System.Action makeRequest); void SetRunningOn(bool on); void OnAudioFilterRead(float[] data, int channels); void Update(); };
Detailed Documentation¶
Methods¶
PlaybackCtx(string filename, System.ActionmakeRequest)
Initializes a new instance of the PlaybackCtx class.