diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-01 19:44:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-01 19:44:25 +0100 |
| commit | c76095e572fdf85e42db834c9bdb84f2bdb6fee3 (patch) | |
| tree | e5187fd74d47ffa08d6836e769399e67a036751e /src/sound_asset_writer.h | |
| parent | b3787f9db738723bdb15a2a86feeb84f1b6d593c (diff) | |
Add include_mca_subdescriptors flag to SoundAsset writer.v1.8.64
Diffstat (limited to 'src/sound_asset_writer.h')
| -rw-r--r-- | src/sound_asset_writer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sound_asset_writer.h b/src/sound_asset_writer.h index 031af5c9..0435b85f 100644 --- a/src/sound_asset_writer.h +++ b/src/sound_asset_writer.h @@ -80,7 +80,7 @@ private: friend class SoundAsset; friend struct ::sync_test1; - SoundAssetWriter (SoundAsset *, boost::filesystem::path, bool sync); + SoundAssetWriter(SoundAsset *, boost::filesystem::path, bool sync, bool include_mca_subdescriptors); void start (); void write_current_frame (); @@ -101,6 +101,7 @@ private: /** index of the sync packet (0-3) which starts the next edit unit */ int _sync_packet = 0; FSK _fsk; + bool _include_mca_subdescriptors = true; }; } |
