TracktionEngine
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
tracktion::engine::RecordingThumbnailManager Class Reference

Holds a pool of Thumbnails that are populated whilst recording. More...

#include <tracktion_RecordingThumbnailManager.h>

Classes

struct  Thumbnail
 A thumbnail represeting a recording file. More...
 

Public Member Functions

 RecordingThumbnailManager (Engine &e)
 
Thumbnail::Ptr getThumbnailFor (const juce::File &f)
 Returns the Thumbnail for a given audio file.
 

Detailed Description

Holds a pool of Thumbnails that are populated whilst recording.

These can then be used to draw visual waveforms during the recoridng process.

Constructor & Destructor Documentation

◆ RecordingThumbnailManager()

tracktion::engine::RecordingThumbnailManager::RecordingThumbnailManager ( Engine e)

Member Function Documentation

◆ getThumbnailFor()

Thumbnail::Ptr tracktion::engine::RecordingThumbnailManager::getThumbnailFor ( const juce::File &  f)

Returns the Thumbnail for a given audio file.

The engine will update this so you should only use it for drawing.


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