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

#include <codec.h>

+ Collaboration diagram for GF_BaseDecoder:

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
 

Field Documentation

u32 GF_BaseDecoder::InterfaceType
const char* GF_BaseDecoder::module_name
const char* GF_BaseDecoder::author_name
void* GF_BaseDecoder::HPLUG
GF_Err(* GF_BaseDecoder::AttachStream)(struct _basedecoder *, GF_ESD *esd)
GF_Err(* GF_BaseDecoder::DetachStream)(struct _basedecoder *, u16 ES_ID)
GF_Err(* GF_BaseDecoder::GetCapabilities)(struct _basedecoder *, GF_CodecCapability *capability)
GF_Err(* GF_BaseDecoder::SetCapabilities)(struct _basedecoder *, GF_CodecCapability capability)
u32(* GF_BaseDecoder::CanHandleStream)(struct _basedecoder *, u32 StreamType, GF_ESD *esd, u8 ProfileLevelIndication)
const char*(* GF_BaseDecoder::GetName)(struct _basedecoder *)
void* GF_BaseDecoder::privateStack

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