MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Files > legato_stream.h
MPLAB® Harmony Graphics Suite
legato_stream.h

This is file legato_stream.h.

Functions
 
Name 
Description 
 
A callback that indicates that a stream is finished with a given media location and that the application can close if it.
reader - the reader that was streaming data. 
 
A callback that indicates that a stream wishes to read from an external source and that the application should prepare that source.
If the result is false then the stream will abort.
stream - the reader that is requesting to stream data 
 
dest buffer); 
 
Closes a stream. 
 
Notifies a stream that its data is ready. 
 
Initialize a stream object 
 
Polls the state of the stream to see if the data request is read. Used if a data ready callback was not provided. 
 
Opens a stream object 
 
Read from a stream object. 
Macros
 
Name 
Description 
 
This is macro LE_STREAM_H. 
 
This is macro LE_STREAM_LOCATION_ID_INTERNAL. 
Types
 
Name 
Description 
 
This is type leStream_DataReadyCallback. 
MPLAB® Harmony Graphics Suite