MA_APIma_resultma_engine_sound_seek_to_pcm_frame(ma_engine*pEngine,ma_sound*pSound,ma_uint64frameIndex);/* Just a wrapper around ma_data_source_seek_to_pcm_frame(). */
MA_APIma_resultma_engine_play_sound(ma_engine*pEngine,constchar*pFilePath,ma_sound_group*pGroup);/* Fire and forget. */
MA_APIma_resultma_engine_sound_group_init(ma_engine*pEngine,ma_sound_group*pParentGroup,ma_sound_group*pGroup);/* Parent must be set at initialization time and cannot be changed. Not thread-safe. */