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 6e85a407..914823a2 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -67,6 +67,12 @@ public: int length, int channels ); + + SoundAsset ( + std::string mxf_path, + int fps, + int length + ); /** Write details of this asset to a CPL stream. * @param s Stream. |
