GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
hyb_in.c File Reference
#include "hyb_in.h"
+ Include dependency graph for hyb_in.c:

Data Structures

struct  GF_HYB_In
 

Functions

static u32 HYB_RegisterMimeTypes (const GF_InputService *plug)
 
static Bool HYB_CanHandleURL (GF_InputService *plug, const char *url)
 
static GF_Err hybmedia_sanity_check (GF_HYBMEDIA *master)
 
static GF_Err HYB_ConnectService (GF_InputService *plug, GF_ClientService *serv, const char *url)
 
static GF_Err HYB_CloseService (GF_InputService *plug)
 
static GF_DescriptorHYB_GetServiceDesc (GF_InputService *plug, u32 expect_type, const char *sub_url)
 
static GF_Err HYB_ConnectChannel (GF_InputService *plug, LPNETCHANNEL channel, const char *url, Bool upstream)
 
static GF_Err HYB_DisconnectChannel (GF_InputService *plug, LPNETCHANNEL channel)
 
static GF_Err HYB_ServiceCommand (GF_InputService *plug, GF_NetworkCommand *com)
 
static Bool HYB_CanHandleURLInService (GF_InputService *plug, const char *url)
 
static GF_Err HYB_ChannelGetSLP (GF_InputService *plug, LPNETCHANNEL channel, char **out_data_ptr, u32 *out_data_size, GF_SLHeader *out_sl_hdr, Bool *sl_compressed, GF_Err *out_reception_status, Bool *is_new_data)
 
static GF_Err HYB_ChannelReleaseSLP (GF_InputService *plug, LPNETCHANNEL channel)
 
const u32QueryInterfaces ()
 
GF_BaseInterfaceLoadInterface (u32 InterfaceType)
 
void ShutdownInterface (GF_BaseInterface *ifce)
 

Variables

GF_HYBMEDIA master_fm_mmbtools
 
GF_HYBMEDIA master_fm_fake_pull
 
GF_HYBMEDIA master_fm_fake_push
 
GF_HYBMEDIAhyb_masters []
 

Data Structure Documentation

struct GF_HYB_In
+ Collaboration diagram for GF_HYB_In:
Data Fields
GF_ClientService * service
GF_HYBMEDIA * master

Function Documentation

static u32 HYB_RegisterMimeTypes ( const GF_InputService plug)
static

+ Here is the caller graph for this function:

static Bool HYB_CanHandleURL ( GF_InputService plug,
const char *  url 
)
static

+ Here is the caller graph for this function:

static GF_Err hybmedia_sanity_check ( GF_HYBMEDIA master)
static

+ Here is the caller graph for this function:

static GF_Err HYB_ConnectService ( GF_InputService plug,
GF_ClientService *  serv,
const char *  url 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static GF_Err HYB_CloseService ( GF_InputService plug)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static GF_Descriptor* HYB_GetServiceDesc ( GF_InputService plug,
u32  expect_type,
const char *  sub_url 
)
static

+ Here is the caller graph for this function:

static GF_Err HYB_ConnectChannel ( GF_InputService plug,
LPNETCHANNEL  channel,
const char *  url,
Bool  upstream 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static GF_Err HYB_DisconnectChannel ( GF_InputService plug,
LPNETCHANNEL  channel 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static GF_Err HYB_ServiceCommand ( GF_InputService plug,
GF_NetworkCommand com 
)
static

+ Here is the caller graph for this function:

static Bool HYB_CanHandleURLInService ( GF_InputService plug,
const char *  url 
)
static

+ Here is the caller graph for this function:

static GF_Err HYB_ChannelGetSLP ( GF_InputService plug,
LPNETCHANNEL  channel,
char **  out_data_ptr,
u32 out_data_size,
GF_SLHeader out_sl_hdr,
Bool sl_compressed,
GF_Err out_reception_status,
Bool is_new_data 
)
static

+ Here is the caller graph for this function:

static GF_Err HYB_ChannelReleaseSLP ( GF_InputService plug,
LPNETCHANNEL  channel 
)
static

+ Here is the caller graph for this function:

const u32* QueryInterfaces ( )
GF_BaseInterface* LoadInterface ( u32  InterfaceType)

+ Here is the call graph for this function:

void ShutdownInterface ( GF_BaseInterface ifce)

+ Here is the call graph for this function:

Variable Documentation

GF_HYBMEDIA master_fm_mmbtools
GF_HYBMEDIA master_fm_fake_pull
GF_HYBMEDIA master_fm_fake_push
GF_HYBMEDIA* hyb_masters[]
Initial value:
= {
}
GF_HYBMEDIA master_fm_fake_pull
Definition: fm_fake_pull.c:66
GF_HYBMEDIA master_fm_fake_push
Definition: fm_fake_push.c:68