ma_decoder_uninit function

ma_result ma_decoder_uninit(
  1. Pointer<ma_decoder> pDecoder
)

Implementation

ma_result ma_decoder_uninit(ffi.Pointer<ma_decoder> pDecoder) =>
    ma_result.fromValue(_ma_decoder_uninit(pDecoder));