diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-01 21:47:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-01 21:47:26 +0100 |
| commit | e82a4c81fe8bb3c3c6b68c667bda2f32fed4e68d (patch) | |
| tree | 180bf6ef98312f4241dbdc0234a67206f7458e6b /src/lib/audio_content.h | |
| parent | 8abb560971a256c0cfa9c9a3fe1d88964d593052 (diff) | |
Force audio content to be on a sample boundary.
Diffstat (limited to 'src/lib/audio_content.h')
| -rw-r--r-- | src/lib/audio_content.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index a1f5ba8a0..eec67b201 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -83,6 +83,9 @@ public: void add_properties (std::list<UserProperty> &) const; + void modify_position (DCPTime& pos) const; + void modify_trim_start (ContentTime& pos) const; + static boost::shared_ptr<AudioContent> from_xml (Content* parent, cxml::ConstNodePtr, int version); private: |
