ma_pulsewave_seek_to_pcm_frame function
ma_result
ma_pulsewave_seek_to_pcm_frame(
- Pointer<
ma_pulsewave> pWaveform, - Dartma_uint64 frameIndex
Implementation
ma_result ma_pulsewave_seek_to_pcm_frame(
ffi.Pointer<ma_pulsewave> pWaveform,
Dartma_uint64 frameIndex,
) =>
ma_result.fromValue(_ma_pulsewave_seek_to_pcm_frame(pWaveform, frameIndex));