10 #ifndef hifi_Recording_Forward_h
11 #define hifi_Recording_Forward_h
20 using FrameType = uint16_t;
22 using FrameSize = uint16_t;
26 using FramePointer = std::shared_ptr<Frame>;
28 using FrameConstPointer = std::shared_ptr<const Frame>;
34 using ClipPointer = std::shared_ptr<Clip>;
36 using ClipConstPointer = std::shared_ptr<const Clip>;