From 49265541974282f3346c9dc7de2365858f9fcb4d Mon Sep 17 00:00:00 2001 From: deva Date: Sat, 12 Aug 2006 15:00:40 +0000 Subject: Added timecode and fixed the sending and receiving of frames through the network. --- lib/libdv_wrapper.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libdv_wrapper.h') diff --git a/lib/libdv_wrapper.h b/lib/libdv_wrapper.h index bde5620..77089c7 100644 --- a/lib/libdv_wrapper.h +++ b/lib/libdv_wrapper.h @@ -33,6 +33,8 @@ #include "frame.h" +#include "timecode.h" + namespace DV { /* #define DV_QUALITY_COLOR 1 // Clear this bit to make monochrome @@ -106,6 +108,8 @@ public: void setSystem(DV::System system); void setSampling(DV::Sampling sampling); + TimeCode getTimeCode(); + Frame *decode(Frame *input, DV::ColorSpace colorspace = DV::YUV); private: -- cgit v1.2.3