![]() |
libgpac
Documentation of the core library of GPAC
|
Data Structures | |
struct | GF_PCMReframeCtx |
Macros | |
#define | OFFS(_n) #_n, offsetof(GF_PCMReframeCtx, _n) |
Functions | |
GF_Err | pcmreframe_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
static Bool | pcmreframe_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
void | pcmreframe_flush_packet (GF_PCMReframeCtx *ctx) |
GF_Err | pcmreframe_process (GF_Filter *filter) |
static const char * | pcmreframe_probe_data (const u8 *data, u32 size, GF_FilterProbeScore *score) |
static void | pcmreframe_finalize (GF_Filter *filter) |
const GF_FilterRegister * | pcmreframe_register (GF_FilterSession *session) |
Variables | |
static GF_FilterCapability | PCMReframeCaps [] |
static GF_FilterArgs | PCMReframeArgs [] |
GF_FilterRegister | PCMReframeRegister |
struct GF_PCMReframeCtx |
Data Fields | ||
---|---|---|
u32 | framelen | |
u32 | safmt | |
u32 | sr | |
u32 | ch | |
GF_FilterPid * | ipid | |
GF_FilterPid * | opid | |
Bool | file_loaded | |
Bool | is_playing | |
Bool | initial_play_done | |
u64 | cts | |
u32 | frame_size | |
u32 | nb_bytes_in_frame | |
u32 | Bps | |
u64 | filepos | |
u64 | total_frames | |
GF_FilterPacket * | out_pck | |
u8 * | out_data | |
Bool | reverse_play | |
Bool | done | |
u32 | probe_wave | |
u32 | wav_hdr_size | |
u8 * | probe_data | |
u32 | probe_data_size |
#define OFFS | ( | _n | ) | #_n, offsetof(GF_PCMReframeCtx, _n) |
|
static |
void pcmreframe_flush_packet | ( | GF_PCMReframeCtx * | ctx | ) |
GF_Err pcmreframe_process | ( | GF_Filter * | filter | ) |
|
static |
|
static |
const GF_FilterRegister * pcmreframe_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
GF_FilterRegister PCMReframeRegister |