diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-13 14:52:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-13 14:52:08 +0100 |
| commit | 7146798d8638cddfe4b3773fb295b6c31c57c826 (patch) | |
| tree | 41ed07d49fe298f96eaba8275beba9e01839ab9b /src/dcp.h | |
| parent | 51575fe3c3419d1d65f472b2edc7071b98d9bcae (diff) | |
Various subtitle bits.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,7 @@ namespace libdcp class Asset; class PictureAsset; class SoundAsset; +class SubtitleAsset; /** @class DCP dcp.h libdcp/dcp.h * @brief A class to create or read a DCP. @@ -110,6 +111,7 @@ public: boost::shared_ptr<const PictureAsset> picture_asset () const; boost::shared_ptr<const SoundAsset> sound_asset () const; + boost::shared_ptr<const SubtitleAsset> subtitle_asset () const; std::list<std::string> equals (DCP const & other, EqualityOptions options) const; |
