![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Abstraction interface to query for a media file. More...
Go to the source code of this file.
Abstraction interface to query for a media file.
The corresponding service allows to discover some properties like the kind and number of channels for a given file (name) ID, without touching any of the technical details related to file handling.
Definition in file media-access-facade.hpp.
#include "lib/error.hpp"#include "lib/depend.hpp"#include "lib/time/timevalue.hpp"#include <string>Namespaces | |
| namespace | vault |
| Vault-Layer implementation namespace root. | |
| namespace | backend_interface |
Classes | |
| class | MediaAccessFacade |
| Interface to the vault layer: provides functions for querying (opening) a media file, detecting the channels or streams found within this file etc. More... | |
| struct | MediaDesc |
| Descriptor holding the global information record required for further handling this kind of media within Lumiera. More... | |
| struct | ChanDesc |
| Description of one channel found in a media file; result of querying the channel. More... | |