libgpac
Documentation of the core library of GPAC
|
#include <gpac/filters.h>
#include <gpac/constants.h>
#include <gpac/bitstream.h>
#include <gpac/avparse.h>
Data Structures | |
struct | GF_ADTSMxCtx |
Macros | |
#define | OFFS(_n) #_n, offsetof(GF_ADTSMxCtx, _n) |
#define | OFFS(_n) #_n, offsetof(GF_ADTSMxCtx, _n) |
Enumerations | |
enum | { AAC_MPEG2_NO =0 , AAC_MPEG2_YES , AAC_MPEG2_AUTO } |
Functions | |
GF_Err | adtsmx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
GF_Err | adtsmx_process (GF_Filter *filter) |
static void | adtsmx_finalize (GF_Filter *filter) |
const GF_FilterRegister * | ufadts_register (GF_FilterSession *session) |
static GF_Err | latmmx_initialize (GF_Filter *filter) |
const GF_FilterRegister * | uflatm_register (GF_FilterSession *session) |
Variables | |
static const GF_FilterCapability | ADTSMxCaps [] |
static const GF_FilterArgs | ADTSMxArgs [] |
GF_FilterRegister | ADTSMxRegister |
static const GF_FilterArgs | LATMMxArgs [] |
static const GF_FilterCapability | LATMMxCaps [] |
GF_FilterRegister | LATMMxRegister |
struct GF_ADTSMxCtx |
Data Fields | ||
---|---|---|
Bool | exporter | |
u32 | mpeg2 | |
GF_FilterPid * | ipid | |
GF_FilterPid * | opid | |
u32 | codecid | |
u32 | channels | |
u32 | sr_idx | |
u32 | aac_type | |
u32 | ch_cfg | |
Bool | is_latm | |
GF_BitStream * | bs_w | |
GF_M4ADecSpecInfo | acfg | |
u8 * | pce | |
u32 | pce_size | |
u32 | dsi_crc | |
Bool | update_dsi | |
GF_Fraction | fdsi | |
u64 | last_cts | |
u32 | timescale | |
u32 | signal_mpeg2 |
#define OFFS | ( | _n | ) | #_n, offsetof(GF_ADTSMxCtx, _n) |
#define OFFS | ( | _n | ) | #_n, offsetof(GF_ADTSMxCtx, _n) |
GF_Err adtsmx_process | ( | GF_Filter * | filter | ) |
|
static |
const GF_FilterRegister* ufadts_register | ( | GF_FilterSession * | session | ) |
|
static |
const GF_FilterRegister* uflatm_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
GF_FilterRegister ADTSMxRegister |
|
static |
|
static |
GF_FilterRegister LATMMxRegister |