![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/filters.h>#include <gpac/constants.h>#include <gpac/bitstream.h>#include <gpac/internal/ogg.h>
Include dependency graph for mux_ogg.c:Data Structures | |
| struct | OGGMuxStream |
| struct | OGGMuxCtx |
Macros | |
| #define | OFFS(_n) #_n, offsetof(OGGMuxCtx, _n) |
Functions | |
| static void | oggmux_on_packet_del (GF_Filter *filter, GF_FilterPid *pid, GF_FilterPacket *pck) |
| static GF_Err | oggmux_send_page (OGGMuxCtx *ctx, OGGMuxStream *pctx, GF_FilterPacket *in_pck) |
| static GF_Err | oggmux_send_config (OGGMuxCtx *ctx, OGGMuxStream *pctx, GF_FilterPacket *in_pck) |
| static GF_Err | oggmux_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static void | oggmux_send_seg_info (OGGMuxCtx *ctx) |
| static GF_Err | oggmux_process (GF_Filter *filter) |
| static Bool | oggmux_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
| static GF_Err | oggmux_initialize (GF_Filter *filter) |
| static void | oggmux_finalize (GF_Filter *filter) |
| const GF_FilterRegister * | oggmx_register (GF_FilterSession *session) |
Variables | |
| static const GF_FilterArgs | OGGMuxArgs [] |
| static const GF_FilterCapability | OGGMuxCaps [] |
| GF_FilterRegister | OGGMuxRegister |
| struct OGGMuxStream |
| struct OGGMuxCtx |
Collaboration diagram for OGGMuxCtx:| Data Fields | ||
|---|---|---|
| GF_Fraction | cdur | |
| GF_Fraction | rcfg | |
| GF_FilterPid * | opid | |
| GF_List * | streams | |
| u64 | nb_pck | |
| Bool | is_eos | |
| Bool | is_playing | |
| Double | start_range | |
| u64 | last_reconf | |
| u32 | page_id | |
| GF_Fraction64 | ts_regulate | |
| u32 | dash_mode | |
| u32 | seg_num | |
| u32 | next_seg_num | |
| Bool | wait_dash | |
| Bool | copy_props | |
| u64 | seg_start | |
| u64 | seg_size | |
| Bool | cdur_overwrite | |
| Bool | force_seg_sync | |
| u32 | packets_pending | |
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller 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:| const GF_FilterRegister * oggmx_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
| GF_FilterRegister OGGMuxRegister |