MCPcopy Create free account
hub / github.com/audacity/audacity / FFmpegPresets

Method FFmpegPresets

modules/import-export/mod-ffmpeg/FFmpegPresets.cpp:40–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40FFmpegPresets::FFmpegPresets()
41{
42 mPreset = NULL;
43 mAbortImport = false;
44
45 XMLFileReader xmlfile;
46 wxFileName xmlFileName(FileNames::DataDir(), wxT("ffmpeg_presets.xml"));
47 xmlfile.Parse(this,xmlFileName.GetFullPath());
48}
49
50FFmpegPresets::~FFmpegPresets()
51{

Callers

nothing calls this directly

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected