ma_uint64cursor;/* Only used with data buffers (the cursor is drawn from the internal decoder for data streams). Only updated by the public API. Never written nor read from the async thread. */
ma_bool32seekToCursorOnNextRead;/* On the next read we need to seek to the frame cursor. */
MA_APIma_resultma_resource_manager_register_encoded_data(ma_resource_manager*pResourceManager,constchar*pName,constvoid*pData,size_tsizeInBytes);/* Does not copy. Increments the reference count if already exists and returns MA_SUCCESS. */