AIR 3.0 and later
Use the FREByteArray structure when acquiring and manipulating the bytes in an ActionScript ByteArray class object. The structure is defined as follows:
typedef struct { uint32_t length; uint8_t* bytes; } FREByteArray;
The fields of FREByteArray have the following meanings:
FREAcquireByteArray()
Legal Notices | Online Privacy Policy