structWriteInto method
Implementation
@override
void structWriteInto(MemoryPointer p) {
field_stream.write(p, _stream);
field_frameCount.write(p, _frameCount);
field_looping.write(p, _looping);
field_ctxType.write(p, _ctxType);
_ctxData.syncInto(p);
}