ma_sound_init_from_file function
ma_result
ma_sound_init_from_file(
- Pointer<
ma_engine> pEngine, - Pointer<
Char> pFilePath, - Dartma_uint32 flags$1,
- Pointer<
ma_sound_group> pGroup, - Pointer<
ma_fence> pDoneFence, - Pointer<
ma_sound_group> pSound,
Implementation
ma_result ma_sound_init_from_file(
ffi.Pointer<ma_engine> pEngine,
ffi.Pointer<ffi.Char> pFilePath,
Dartma_uint32 flags$1,
ffi.Pointer<ma_sound_group> pGroup,
ffi.Pointer<ma_fence> pDoneFence,
ffi.Pointer<ma_sound> pSound,
) => ma_result.fromValue(
_ma_sound_init_from_file(
pEngine,
pFilePath,
flags$1,
pGroup,
pDoneFence,
pSound,
),
);