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
GF_NodeDecoder Struct Reference

#include <codec.h>

+ Collaboration diagram for GF_NodeDecoder:

Data Fields

u32 InterfaceType
 
const char * module_name
 
const char * author_name
 
void * HPLUG
 
GF_Err(* AttachStream )(struct _basedecoder *, GF_ESD *esd)
 
GF_Err(* DetachStream )(struct _basedecoder *, u16 ES_ID)
 
GF_Err(* GetCapabilities )(struct _basedecoder *, GF_CodecCapability *capability)
 
GF_Err(* SetCapabilities )(struct _basedecoder *, GF_CodecCapability capability)
 
u32(* CanHandleStream )(struct _basedecoder *, u32 StreamType, GF_ESD *esd, u8 ProfileLevelIndication)
 
const char *(* GetName )(struct _basedecoder *)
 
void * privateStack
 
GF_Err(* ProcessData )(struct _nodedecoder *, const char *inBuffer, u32 inBufferLength, u16 ES_ID, u32 AU_Time, u32 mmlevel)
 
GF_Err(* AttachNode )(struct _nodedecoder *, LPNODE node)
 

Field Documentation

u32 GF_NodeDecoder::InterfaceType
const char* GF_NodeDecoder::module_name
const char* GF_NodeDecoder::author_name
void* GF_NodeDecoder::HPLUG
GF_Err(* GF_NodeDecoder::AttachStream)(struct _basedecoder *, GF_ESD *esd)
GF_Err(* GF_NodeDecoder::DetachStream)(struct _basedecoder *, u16 ES_ID)
GF_Err(* GF_NodeDecoder::GetCapabilities)(struct _basedecoder *, GF_CodecCapability *capability)
GF_Err(* GF_NodeDecoder::SetCapabilities)(struct _basedecoder *, GF_CodecCapability capability)
u32(* GF_NodeDecoder::CanHandleStream)(struct _basedecoder *, u32 StreamType, GF_ESD *esd, u8 ProfileLevelIndication)
const char*(* GF_NodeDecoder::GetName)(struct _basedecoder *)
void* GF_NodeDecoder::privateStack
GF_Err(* GF_NodeDecoder::ProcessData)(struct _nodedecoder *, const char *inBuffer, u32 inBufferLength, u16 ES_ID, u32 AU_Time, u32 mmlevel)
GF_Err(* GF_NodeDecoder::AttachNode)(struct _nodedecoder *, LPNODE node)

The documentation for this struct was generated from the following file: