How can I process Initialization Vector inside the Block Cipher Encryption box (using for example AES) together with the Key?

Will I encrypt the Initialization Vector like a block of plaintext? So I can generate a keystream, which I will then XOR to the plaintext to generate ciphertext?