Lumiera  0.pre.03
»edit your freedom«
channel-descriptor-obsolete.hpp
Go to the documentation of this file.
1 /*
2  CHANNEL-DESCRIPTOR.hpp - Channel / Buffer type representation for the engine
3 
4  Copyright (C)
5  2008, Hermann Vosseler <Ichthyostega@web.de>
6 
7   **Lumiera** is free software; you can redistribute it and/or modify it
8   under the terms of the GNU General Public License as published by the
9   Free Software Foundation; either version 2 of the License, or (at your
10   option) any later version. See the file COPYING for further details.
11 
12 */
13 
30 #ifndef ENGINE_CHANNEL_DESCRIPTOR_H
31 #define ENGINE_CHANNEL_DESCRIPTOR_H
32 
33 
34 #include "lib/error.hpp"
35 #include "lib/hash-value.h"
36 #include "steam/streamtype.hpp"
37 
38 
39 namespace steam {
40 namespace engine {
41  namespace error = lumiera::error;
42 
43  using lib::HashVal;
44 
45  class BuffDescr;
46  class BuffHandle;
47  class BufferProvider;
48 
49 
50 
51  class ProcNode_Obsolete;
52  typedef ProcNode_Obsolete* PNode;
53 
54 
56  {
57  const lumiera::StreamType * bufferType;
58  };
59 
61  {
62  PNode dataSrc;
63  uint srcChannel;
64  };
65 
66 
67 
68 }} // namespace steam::engine
69 #endif
Framework for classification of media streams.
Steam-Layer implementation namespace root.
Lumiera error handling (C++ interface).
Hash value types and utilities.
PNode dataSrc
the ProcNode to pull this input from
size_t HashVal
a STL compatible hash value
Definition: hash-value.h:52
uint srcChannel
output channel to use on the predecessor node