diff options
Diffstat (limited to 'src/sound_asset.cc')
| -rw-r--r-- | src/sound_asset.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc index 3546bb5b..a0d17f29 100644 --- a/src/sound_asset.cc +++ b/src/sound_asset.cc @@ -51,6 +51,13 @@ SoundAsset::SoundAsset ( construct (get_path); } +SoundAsset::SoundAsset (string mxf_path, int fps, int length) + : Asset (mxf_path, 0, fps, length) + , _channels (0) +{ + +} + string SoundAsset::path_from_channel (Channel channel, vector<string> const & files) { |
