![]() |
libgpac
Documentation of the core library of GPAC
|
#include <scenegraph.h>
Data Fields | |
| u32 | fieldIndex |
| u32 | fieldType |
| void * | far_ptr |
| const char * | name |
| u32 | NDTtype |
| u32 | eventType |
| void(* | on_event_in )(GF_Node *pNode, GF_Route *from_route) |
Node Field/attribute information for VRML/BIFS/SVG
other fieldTypes may be ignored by implmentation not using VRML/MPEG4 native types
| u32 GF_FieldInfo::fieldIndex |
0-based index of the field in the node
| u32 GF_FieldInfo::fieldType |
field type - VRML/MPEG4 types are listed in scenegraph_vrml.h
| const char* GF_FieldInfo::name |
field name
| u32 GF_FieldInfo::NDTtype |
NDT type in case of SF/MFNode field - cf BIFS specific tools
| u32 GF_FieldInfo::eventType |
event type
| void(* GF_FieldInfo::on_event_in) (GF_Node *pNode, GF_Route *from_route) |
eventin handler if any