void mmStreamOpen( mm_stream* stream );
Pointer to a structure containing information about how the stream will operate.
Opens an audio stream. See the tutorials section for more information.
Caution: If you have some heavy interrupt-routines that are enabled while calling this function, you may corrupt the stream. The function cannot disable interrupts internally because it requires the communications to be active.