![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/filters.h>#include <gpac/constants.h>#include <gpac/bitstream.h>#include <gpac/internal/isomedia_dev.h>
Include dependency graph for write_nhnt.c:Data Structures | |
| struct | GF_NHNTDumpCtx |
Macros | |
| #define | OFFS(_n) #_n, offsetof(GF_NHNTDumpCtx, _n) |
Functions | |
| GF_Err | nhntdump_config_side_streams (GF_Filter *filter, GF_NHNTDumpCtx *ctx) |
| GF_Err | nhntdump_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| GF_Err | nhntdump_process (GF_Filter *filter) |
| static void | nhntdump_finalize (GF_Filter *filter) |
| const GF_FilterRegister * | nhntw_register (GF_FilterSession *session) |
Variables | |
| static const GF_FilterCapability | NHNTDumpCaps [] |
| static const GF_FilterArgs | NHNTDumpArgs [] |
| GF_FilterRegister | NHNTDumpRegister |
| struct GF_NHNTDumpCtx |
Collaboration diagram for GF_NHNTDumpCtx:| Data Fields | ||
|---|---|---|
| Bool | exporter | |
| Bool | large | |
| GF_FilterPid * | ipid | |
| GF_FilterPid * | opid_nhnt | |
| GF_FilterPid * | opid_mdia | |
| GF_FilterPid * | opid_info | |
| u32 | codecid | |
| u32 | streamtype | |
| u32 | oti | |
| const char * | dcfg | |
| u32 | dcfg_size | |
| GF_Fraction64 | duration | |
| Bool | first | |
| GF_BitStream * | bs | |
| u64 | mdia_pos | |
| Bool | configure_side_streams | |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_NHNTDumpCtx, _n) |
| GF_Err nhntdump_config_side_streams | ( | GF_Filter * | filter, |
| GF_NHNTDumpCtx * | ctx | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:| GF_Err nhntdump_process | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:| const GF_FilterRegister * nhntw_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
| GF_FilterRegister NHNTDumpRegister |