#include <decode_postprocessor.h>
|
typedef decode_postprocessor_instance::ptr | item |
|
Helper class for managing decode_postprocessor_instance objects. See also: input_postprocessed.
Definition at line 32 of file decode_postprocessor.h.
void decode_postprocessor::close |
( |
| ) |
|
|
inline |
void decode_postprocessor::flush |
( |
| ) |
|
|
inline |
double decode_postprocessor::get_buffer_ahead |
( |
| ) |
|
|
inline |
Definition at line 71 of file decode_postprocessor.h.
void max_acc(t_val &p_acc, const t_val &p_val)
double get_buffer_ahead()
pfc::list_t< item > m_items
bool decode_postprocessor::get_dynamic_info |
( |
file_info & |
p_out | ) |
|
|
inline |
Definition at line 61 of file decode_postprocessor.h.
pfc::list_t< item > m_items
bool get_dynamic_info(file_info &p_out)
void decode_postprocessor::initialize |
( |
const file_info & |
info | ) |
|
|
inline |
Definition at line 35 of file decode_postprocessor.h.
38 decode_postprocessor_entry::ptr ptr;
41 if (ptr->instantiate(info, i))
m_items += i;
decode_postprocessor_instance::ptr item
bool next(service_ptr_t< t_query > &p_out)
pfc::list_t< item > m_items
bool decode_postprocessor::is_active |
( |
| ) |
const |
|
inline |
Definition at line 44 of file decode_postprocessor.h.
Stream has already been altered by another instance.
void run(dsp_chunk_list &p_chunk_list, bool p_eof, abort_callback &p_abort)
End of stream. Flush any buffered data during this call.
pfc::list_t< item > m_items
static bool decode_postprocessor::should_bother |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: