Class VCustomSource
java.lang.Object
app.photofox.vipsffm.VSource
app.photofox.vipsffm.VCustomSource
Models a libvips "custom streaming" source
Provides callbacks for read and seek operations
See true streaming for libvips
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
-
Constructor Summary
ConstructorDescriptionVCustomSource
(Arena arena, VCustomSource.ReadCallback readCallback) VCustomSource
(Arena arena, VCustomSource.ReadCallback readCallback, VCustomSource.SeekCallback seekCallback) -
Method Summary
Methods inherited from class app.photofox.vipsffm.VSource
equals, getUnsafeAddress, getUnsafeStructAddress, hashCode, newFromBlob, newFromBytes, newFromDescriptor, newFromFile, newFromInputStream, newFromOptions
-
Constructor Details
-
VCustomSource
public VCustomSource(Arena arena, VCustomSource.ReadCallback readCallback, VCustomSource.SeekCallback seekCallback) throws VipsError - Throws:
VipsError
-
VCustomSource
- Throws:
VipsError
-