diff options
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index d2e49bd1..c52a5436 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -112,6 +112,12 @@ public: return _sampling_rate; } +protected: + + std::string asdcp_kind () const { + return "Sound"; + } + private: std::string key_type () const; void construct (boost::function<boost::filesystem::path (Channel)> get_path); |
