diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-08 23:55:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-08 23:55:37 +0100 |
| commit | fe83eb5293fa4027856f6ee9faec7bfc8288badf (patch) | |
| tree | 8314bbbb6b37a2fb7cb13787276b6fb9474e99bd /src/sound_asset.h | |
| parent | 3e24098b32d6160759378e671bfca241dd9025d9 (diff) | |
Add channel assignment support for SMPTE DCPs.
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index a29eecd0..b3e5fec3 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -58,7 +58,7 @@ public: explicit SoundAsset (boost::filesystem::path file); SoundAsset (Fraction edit_rate, int sampling_rate, int channels); - boost::shared_ptr<SoundAssetWriter> start_write (boost::filesystem::path file, Standard standard); + boost::shared_ptr<SoundAssetWriter> start_write (boost::filesystem::path file, Standard standard, ChannelAssignment assign); boost::shared_ptr<SoundAssetReader> start_read () const; bool equals ( |
