MA_APIma_resultma_resource_manager_register_decoded_data(ma_resource_manager*pResourceManager,constchar*pName,constvoid*pData,ma_uint64frameCount,ma_formatformat,ma_uint32channels,ma_uint32sampleRate);/* Does not copy. Increments the reference count if already exists and returns MA_SUCCESS. */
MA_APIma_resultma_resource_manager_register_decoded_data(ma_resource_manager*pResourceManager,constchar*pName,constvoid*pData,ma_uint64frameCount,ma_formatformat,ma_uint32channels,ma_uint32sampleRate);/* Does not copy. Increments the reference count if already exists and returns MA_SUCCESS. */
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. */
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. */
It's assumed that the data specified by pName was registered with a prior call to ma_resource_manager_register_encoded/decoded_data(). To unregister it, all
It's assumed that the data specified by pName was registered with a prior call to ma_resource_manager_register_encoded/decoded_data(). To unregister it, all
/* We can only change the status away from MA_BUSY. If it's set to anything else it means an error has occurred somewhere or the uninitialization process has started (most likely). */
/* We can only change the status away from MA_BUSY. If it's set to anything else it means an error has occurred somewhere or the uninitialization process has started (most likely). */