diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-07 00:39:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-07 00:39:34 +0100 |
| commit | 3cc96e5cc65456f4aeb4625f56087da33da47b48 (patch) | |
| tree | 6c9bd627b56a86f4e2169509ccea70cc47accbfd /src/lib/audio_mapping.h | |
| parent | c921cfe23b593d7c367ad76094308c5f08037374 (diff) | |
Save audio mapping to XML; fix initial video display.
Diffstat (limited to 'src/lib/audio_mapping.h')
| -rw-r--r-- | src/lib/audio_mapping.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/audio_mapping.h b/src/lib/audio_mapping.h index 10ac20b48..4f2cdb7f8 100644 --- a/src/lib/audio_mapping.h +++ b/src/lib/audio_mapping.h @@ -29,6 +29,9 @@ class AudioMapping { public: + void as_xml (xmlpp::Node *) const; + void set_from_xml (ContentList const &, boost::shared_ptr<const cxml::Node>); + struct Channel { Channel (boost::weak_ptr<const AudioContent> c, int i) : content (c) |
