![]() |
libgpac
Documentation of the core library of GPAC
|
Data Structures | |
struct | AC4Idx |
struct | GF_AC4DmxCtx |
Macros | |
#define | OFFS(_n) #_n, offsetof(GF_AC4DmxCtx, _n) |
Functions | |
GF_Err | ac4dmx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
static void | ac4dmx_check_dur (GF_Filter *filter, GF_AC4DmxCtx *ctx) |
static void | ac4dmx_check_pid (GF_Filter *filter, GF_AC4DmxCtx *ctx) |
static Bool | ac4dmx_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
GF_Err | ac4dmx_process (GF_Filter *filter) |
static void | ac4dmx_finalize (GF_Filter *filter) |
static const char * | ac4dmx_probe_data (const u8 *_data, u32 _size, GF_FilterProbeScore *score) |
const GF_FilterRegister * | rfac4_register (GF_FilterSession *session) |
Variables | |
static const GF_FilterCapability | AC4DmxCaps [] |
static const GF_FilterArgs | AC4DmxArgs [] |
GF_FilterRegister | AC4DmxRegister |
struct GF_AC4DmxCtx |
Data Fields | ||
---|---|---|
GF_FilterPid * | ipid | |
GF_FilterPid * | opid | |
GF_BitStream * | bs | |
u64 | file_pos | |
u64 | cts | |
u32 | sample_rate | |
u32 | nb_ch | |
GF_Fraction64 | duration | |
Double | start_range | |
Bool | in_seek | |
u32 | in_timescale | |
u32 | out_timescale | |
GF_AC4Config | hdr | |
u8 * | ac4_buffer | |
u32 | ac4_buffer_size | |
u32 | ac4_buffer_alloc | |
u32 | resume_from | |
Bool | is_playing | |
Bool | is_file | |
Bool | file_loaded | |
Bool | initial_play_done | |
GF_FilterPacket * | src_pck | |
AC4Idx * | indexes | |
u32 | index_alloc_size | |
u32 | index_size | |
u32 | bitrate | |
Bool | copy_props |
#define OFFS | ( | _n | ) | #_n, offsetof(GF_AC4DmxCtx, _n) |
|
static |
|
static |
|
static |
GF_Err ac4dmx_process | ( | GF_Filter * | filter | ) |
|
static |
|
static |
const GF_FilterRegister* rfac4_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
GF_FilterRegister AC4DmxRegister |