Dartma_decoder_tell_procFunction typedef

Dartma_decoder_tell_procFunction = ma_result Function(Pointer<ma_decoder> pDecoder, Pointer<ma_int64> pCursor)

Implementation

typedef Dartma_decoder_tell_procFunction =
    ma_result Function(
      ffi.Pointer<ma_decoder> pDecoder,
      ffi.Pointer<ma_int64> pCursor,
    );