Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/external/libgavl.hpp"
Concrete media lib implementation facade allowing to work with GAVL data frames and types in an implementation agnostic way.
Definition at line 61 of file libgavl.hpp.
Public Member Functions | |
virtual bool | canConvert (ImplFacade const &other) const |
virtual bool | canConvert (StreamType const &other) const |
virtual DataBuffer * | createFrame () const |
virtual StreamType::MediaKind | getKind () const |
virtual bool | operator== (ImplFacade const &other) const |
virtual bool | operator== (StreamType const &other) const |
Friends | |
class | LibGavl |
Additional Inherited Members | |
Public Attributes inherited from StreamType::ImplFacade | |
Symbol | libraryID |
Protected Member Functions inherited from StreamType::ImplFacade | |
ImplFacade (Symbol libID) | |