Audacity 3.2.0
|
An audio file that is referenced (pointed into) directly from an Audacity .aup file rather than Audacity having its own copies of the data. More...
#include <Dependencies.h>
Public Member Functions | |
AliasedFile () | |
AliasedFile (wxFileNameWrapper &&fileName, wxLongLong byteCount, bool bOriginalExists) | |
AliasedFile (const AliasedFile &that)=default | |
AliasedFile & | operator= (AliasedFile &&that) |
Public Attributes | |
wxFileNameWrapper | mFileName |
wxLongLong | mByteCount {} |
bool | mbOriginalExists {} |
An audio file that is referenced (pointed into) directly from an Audacity .aup file rather than Audacity having its own copies of the data.
Definition at line 23 of file Dependencies.h.
|
inline |
Definition at line 26 of file Dependencies.h.
|
inline |
Definition at line 27 of file Dependencies.h.
|
default |
|
inline |
Definition at line 35 of file Dependencies.h.
References mbOriginalExists, mByteCount, and mFileName.
bool AliasedFile::mbOriginalExists {} |
Definition at line 47 of file Dependencies.h.
Referenced by operator=().
wxLongLong AliasedFile::mByteCount {} |
Definition at line 46 of file Dependencies.h.
Referenced by operator=().
wxFileNameWrapper AliasedFile::mFileName |
Definition at line 45 of file Dependencies.h.
Referenced by operator=().