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

#include <codec.h>

+ Collaboration diagram for GF_PrivateMediaDecoder:

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(* Control )(struct _private_mediadecoder *, Bool mute, GF_Window *src_rect, GF_Window *dst_rect)
 

Field Documentation

u32 GF_PrivateMediaDecoder::InterfaceType
const char* GF_PrivateMediaDecoder::module_name
const char* GF_PrivateMediaDecoder::author_name
void* GF_PrivateMediaDecoder::HPLUG
GF_Err(* GF_PrivateMediaDecoder::AttachStream)(struct _basedecoder *, GF_ESD *esd)
GF_Err(* GF_PrivateMediaDecoder::DetachStream)(struct _basedecoder *, u16 ES_ID)
GF_Err(* GF_PrivateMediaDecoder::GetCapabilities)(struct _basedecoder *, GF_CodecCapability *capability)
GF_Err(* GF_PrivateMediaDecoder::SetCapabilities)(struct _basedecoder *, GF_CodecCapability capability)
u32(* GF_PrivateMediaDecoder::CanHandleStream)(struct _basedecoder *, u32 StreamType, GF_ESD *esd, u8 ProfileLevelIndication)
const char*(* GF_PrivateMediaDecoder::GetName)(struct _basedecoder *)
void* GF_PrivateMediaDecoder::privateStack
GF_Err(* GF_PrivateMediaDecoder::Control)(struct _private_mediadecoder *, Bool mute, GF_Window *src_rect, GF_Window *dst_rect)

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