BlueTune SDK Data Structures

Here are the data structures with brief descriptions:
ATX_InterfaceIdInterface ID constant
ATX_PropertyA property that has a name and a value (the value can be of one of several types)
ATX_PropertyValueValue of a property
ATX_PropertyValueDataUnion of the different possible data types for the 'data' field of an ATX_PropertyValue struct
BLT_BaseModuleBase implementation of the BLT_Module interface that other implementation of that interface can inherit from
BLT_DecoderStatusRepresents the current status of a BLT_Decoder object
BLT_ModuleInfoInformation about a module
BLT_PlayerAsynchronous client API