diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-11 22:52:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-11 22:52:47 +0100 |
| commit | bc09fbc79580f56c93e35de25230af18b30e0e1e (patch) | |
| tree | 8e640910c78d04b4e234668c7d8c7f1feac60873 /src/dcp.h | |
| parent | 2cd9086c95686117ffbce92188d50d525ed488bb (diff) | |
Access sound asset sampling rate, channels; access sound asset from DCP; fix bad cast to float.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,7 @@ namespace libdcp class Asset; class PictureAsset; +class SoundAsset; /** @class DCP dcp.h libdcp/dcp.h * @brief A class to create or read a DCP. @@ -108,6 +109,7 @@ public: } boost::shared_ptr<const PictureAsset> picture_asset () const; + boost::shared_ptr<const SoundAsset> sound_asset () const; std::list<std::string> equals (DCP const & other, EqualityOptions options) const; |
