From b3ae1623ed44ade680236b4af283543083bceea3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 31 Jul 2012 00:15:14 +0100 Subject: Basic test. --- src/dcp.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src') diff --git a/src/dcp.h b/src/dcp.h index 8c13c505..900a5665 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -90,6 +90,22 @@ public: */ void write_xml () const; + std::string name () const { + return _name; + } + + ContentKind content_kind () const { + return _content_kind; + } + + int frames_per_second () const { + return _fps; + } + + int length () const { + return _length; + } + /** Emitted with a parameter between 0 and 1 to indicate progress * for long jobs. */ -- cgit v1.2.3