From d1db495ddf466c47f635ac78eec9229ecfa24722 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 10 Nov 2013 23:31:28 +0000 Subject: Allow multiple selection; return multiple selection from FilmEditor methods. --- src/lib/types.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib') diff --git a/src/lib/types.h b/src/lib/types.h index d4d66387d..ad706270e 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -26,6 +26,9 @@ #include class Content; +class VideoContent; +class AudioContent; +class SubtitleContent; class AudioBuffers; /** The version number of the protocol used to communicate @@ -40,6 +43,9 @@ typedef int64_t Time; typedef int64_t OutputAudioFrame; typedef int OutputVideoFrame; typedef std::vector > ContentList; +typedef std::vector > VideoContentList; +typedef std::vector > AudioContentList; +typedef std::vector > SubtitleContentList; template struct TimedAudioBuffers -- cgit v1.2.3