|
gmerlin
|
Media input. More...
Data Structures | |
| struct | bg_input_callbacks_s |
| Callbacks for input plugins. More... | |
| struct | bg_input_plugin_s |
| Input plugin. More... | |
Modules | |
| Track information | |
| EDL support | |
EDL support. | |
Typedefs | |
| typedef struct bg_input_callbacks_s | bg_input_callbacks_t |
| typedef for input callbacks | |
| typedef struct bg_input_plugin_s | bg_input_plugin_t |
| Typedef for input plugin. | |
Enumerations | |
| enum | bg_stream_action_t { BG_STREAM_ACTION_OFF = 0, BG_STREAM_ACTION_DECODE, BG_STREAM_ACTION_READRAW } |
Stream actions. More... | |
Media input.
| typedef struct bg_input_callbacks_s bg_input_callbacks_t |
typedef for input callbacks
| typedef struct bg_input_plugin_s bg_input_plugin_t |
Typedef for input plugin.
| enum bg_stream_action_t |
Stream actions.
These describe how streams should be handled by the input plugin. Note that by default, each stream is switched off.
1.7.3