|
FireSync API
|
| kStatus kCompressedPhase_AttachPacket | ( | kCompressedPhase | data, |
| kCompressedPhaseStream | stream, | ||
| const void * | packet, | ||
| kSize | packetSize | ||
| ) |
Attaches one external packet to the compressed phase object.
kCompressedPhase_BeginAttach must be called before packets can be attached.
| data | Compressed phase object. |
| stream | Stream to which packet should be attached. |
| packet | Pointer to packet memory. |
| packetSize | Size (in bytes) of attached packet. |