![]() |
libgpac
Documentation of the core library of GPAC
|
Include dependency graph for out_sock.c:Data Structures | |
| struct | GF_SockOutClient |
| struct | GF_SockOutCtx |
Macros | |
| #define | OFFS(_n) #_n, offsetof(GF_SockOutCtx, _n) |
Functions | |
| static GF_Err | sockout_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static GF_Err | sockout_initialize (GF_Filter *filter) |
| static void | sockout_finalize (GF_Filter *filter) |
| static GF_Err | sockout_send_packet (GF_SockOutCtx *ctx, GF_FilterPacket *pck, GF_Socket *dst_sock) |
| static GF_Err | sockout_process (GF_Filter *filter) |
| static GF_FilterProbeScore | sockout_probe_url (const char *url, const char *mime) |
| const GF_FilterRegister * | sockout_register (GF_FilterSession *session) |
Variables | |
| static const GF_FilterArgs | SockOutArgs [] |
| static const GF_FilterCapability | SockOutCaps [] |
| GF_FilterRegister | SockOutRegister |
| struct GF_SockOutClient |
| Data Fields | ||
|---|---|---|
| GF_Socket * | socket | |
| Bool | is_tuned | |
| char | address[GF_MAX_IP_NAME_LEN] | |
| Bool | pck_pending | |
| struct GF_SockOutCtx |
Collaboration diagram for GF_SockOutCtx:| Data Fields | ||
|---|---|---|
| Double | start | |
| Double | speed | |
| char * | dst | |
| char * | mime | |
| char * | ext | |
| char * | ifce | |
| Bool | listen | |
| u32 | maxc | |
| u32 | port | |
| u32 | sockbuf | |
| u32 | ka | |
| u32 | kp | |
| u32 | rate | |
| u32 | ttl | |
| GF_Fraction | pckr | |
| GF_Fraction | pckd | |
| GF_Socket * | socket | |
| GF_FilterPid * | pid | |
| GF_List * | clients | |
| Bool | pid_started | |
| Bool | had_clients | |
| Bool | pck_pending | |
| GF_FilterCapability | in_caps[2] | |
| char | szExt[10] | |
| char | szFileName[GF_MAX_PATH] | |
| u32 | nb_pck_processed | |
| u64 | start_time | |
| u64 | nb_bytes_sent | |
| GF_FilterPacket * | rev_pck | |
| u32 | next_pckd_idx | |
| u32 | next_pckr_idx | |
| u32 | nb_pckd_wnd | |
| u32 | nb_pckr_wnd | |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_SockOutCtx, _n) |
|
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:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
|
static |
| const GF_FilterRegister * sockout_register | ( | GF_FilterSession * | session | ) |
Here is the call graph for this function:
|
static |
|
static |
| GF_FilterRegister SockOutRegister |