ma_encoder_seek_procFunction typedef

ma_encoder_seek_procFunction = Int Function(Pointer<ma_encoder> pEncoder, ma_int64 offset, UnsignedInt origin)

Implementation

typedef ma_encoder_seek_procFunction =
    ffi.Int Function(
      ffi.Pointer<ma_encoder> pEncoder,
      ma_int64 offset,
      ffi.UnsignedInt origin,
    );