![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/filters.h>#include <gpac/constants.h>#include <gpac/modules/audio_out.h>#include <gpac/thread.h>
Include dependency graph for out_audio.c:Data Structures | |
| struct | GF_AudioOutCtx |
Macros | |
| #define | OFFS(_n) #_n, offsetof(GF_AudioOutCtx, _n) |
Functions | |
| void | aout_reconfig (GF_AudioOutCtx *ctx) |
| u32 | aout_th_proc (void *p) |
| static u32 | aout_fill_output (void *ptr, u8 *buffer, u32 buffer_size) |
| void | aout_set_priority (GF_AudioOutCtx *ctx, u32 prio) |
| static GF_Err | aout_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static GF_Err | aout_initialize (GF_Filter *filter) |
| static void | aout_finalize (GF_Filter *filter) |
| static GF_Err | aout_process (GF_Filter *filter) |
| static Bool | aout_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
| GF_Err | aout_update_arg (GF_Filter *filter, const char *arg_name, const GF_PropertyValue *new_val) |
| const GF_FilterRegister * | aout_register (GF_FilterSession *session) |
Variables | |
| static const GF_FilterArgs | AudioOutArgs [] |
| static const GF_FilterCapability | AudioOutCaps [] |
| GF_FilterRegister | AudioOutRegister |
| struct GF_AudioOutCtx |
Collaboration diagram for GF_AudioOutCtx:| Data Fields | ||
|---|---|---|
| char * | drv | |
| u32 | bnum | |
| u32 | bdur | |
| u32 | threaded | |
| u32 | priority | |
| Bool | clock | |
| GF_Fraction64 | dur | |
| Double | speed | |
| Double | start | |
| u32 | vol | |
| u32 | pan | |
| u32 | buffer | |
| u32 | mbuffer | |
| u32 | rbuffer | |
| GF_Fraction | adelay | |
| Double | media_offset | |
| GF_FilterPid * | pid | |
| u32 | sr | |
| u32 | afmt | |
| u32 | nb_ch | |
| u32 | timescale | |
| u64 | ch_cfg | |
| u32 | cur_afmt | |
| GF_AudioOutput * | audio_out | |
| Bool | do_rem_pid | |
| GF_Thread * | th | |
| u32 | audio_th_state | |
| Bool | needs_recfg | |
| Bool | wait_recfg | |
| u32 | bytes_per_sample | |
| u32 | pck_offset | |
| u64 | first_cts | |
| u64 | last_cts | |
| Bool | aborted | |
| u32 | speed_set | |
| GF_Filter * | filter | |
| Bool | is_eos | |
| Bool | in_error | |
| Bool | first_write_done | |
| s64 | pid_delay | |
| Bool | buffer_done | |
| Bool | no_buffering | |
| u64 | hwdelay_us | |
| u64 | totaldelay_us | |
| u64 | rebuffer | |
| Bool | do_seek | |
| u64 | last_clock | |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_AudioOutCtx, _n) |
| void aout_reconfig | ( | GF_AudioOutCtx * | ctx | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u32 aout_th_proc | ( | void * | p | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void aout_set_priority | ( | GF_AudioOutCtx * | ctx, |
| u32 | prio | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:| GF_Err aout_update_arg | ( | GF_Filter * | filter, |
| const char * | arg_name, | ||
| const GF_PropertyValue * | new_val | ||
| ) |
Here is the call graph for this function:| const GF_FilterRegister * aout_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
| GF_FilterRegister AudioOutRegister |