diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-31 00:07:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-31 00:07:08 +0100 |
| commit | d8c9cbec9d87f28da338350880b7618b94f4da81 (patch) | |
| tree | c1e853ab494ac3731982c075046215f670153232 /src/sound_asset.h | |
| parent | 9a9d4e014c16be88d72914a9480343445bc785a5 (diff) | |
Bits.
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. |
