ao_send_to_stream.h
Sending to streams

Include

ao_send.h
ao_stream.h

Functions

ao_send_to_stream

void ao_send_to_stream
(
    ao_send_t * s, 
    ao_spush_t * p
);

Sets up a sending to push to a stream.

ao_send_to_stream_override

void ao_send_to_stream_override
(
    ao_send_t * s, 
    ao_spush_t * p
);

Sets up a sending to push to a stream, overriding old data if the stream is full.