Name
GstDiskSrc -- Asynchronous read from a file (disksrc)
Description
Asynchonously read buffers from a file.
Details
enum GstDiskSrcFlags
typedef enum {
GST_DISKSRC_OPEN = GST_ELEMENT_FLAG_LAST,
GST_DISKSRC_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2,
} GstDiskSrcFlags; |
Args
- "location" (GstFilename : Read / Write)
Specify the location of the file to read.
- "bytesperread" (gint : Read / Write)
Specify how many bytes to read at a time.
- "offset" (glong : Read / Write)
Get/set the current offset in the file.
- "size" (glong : Read)
Get the size of the file.