Audacity  3.0.3
Variables
ODDecodeBlockFile.cpp File Reference
#include "../Audacity.h"
#include "ODDecodeBlockFile.h"
#include <float.h>
#include <wx/utils.h>
#include <wx/wxcrtvararg.h>
#include <wx/log.h>
#include <wx/thread.h>
#include <sndfile.h>
#include "../DirManager.h"
#include "../FileFormats.h"
#include "../ondemand/ODManager.h"
#include "NotYetAvailableException.h"
Include dependency graph for ODDecodeBlockFile.cpp:

Go to the source code of this file.

Variables

const int bheaderTagLen = 20
 
char bheaderTag [bheaderTagLen+1] = "AudacityBlockFile112"
 
static DirManager::RegisteredBlockFileDeserializer sRegistration
 

Variable Documentation

◆ bheaderTag

char bheaderTag[bheaderTagLen+1] = "AudacityBlockFile112"

Definition at line 36 of file ODDecodeBlockFile.cpp.

Referenced by ODDecodeBlockFile::CalcSummary().

◆ bheaderTagLen

const int bheaderTagLen = 20

Definition at line 35 of file ODDecodeBlockFile.cpp.

Referenced by ODDecodeBlockFile::CalcSummary().

◆ sRegistration

DirManager::RegisteredBlockFileDeserializer sRegistration
static
Initial value:
{
"oddecodeblockfile",
[]( DirManager &dm, const wxChar **attrs ){
auto result = ODDecodeBlockFile::BuildFromXML( dm, attrs );
return result;
}
}

Definition at line 528 of file ODDecodeBlockFile.cpp.

ODManager::MarkLoadedODFlag
static void MarkLoadedODFlag()
sets a flag that is set if we have loaded some OD blockfiles from PCM.
Definition: ODManager.cpp:598
ODDecodeBlockFile::BuildFromXML
static BlockFilePtr BuildFromXML(DirManager &dm, const wxChar **attrs)
Reconstructs from XML a ODDecodeBlockFile and reschedules it for OD loading.
Definition: ODDecodeBlockFile.cpp:242