oboe icon indicating copy to clipboard operation
oboe copied to clipboard

How to open a file descriptor instead of AAsset in FFMpegExtractor?

Open rafagan opened this issue 5 years ago • 0 comments

In examples, is available the class FFMpegExtractor, with callback methods int read(void *opaque, uint8_t *buf, int buf_size) and int64_t seek(void *opaque, int64_t offset, int whence). How can I replace the logic using AAsset to something more generic, like the std FILE type?

rafagan avatar Jun 30 '20 20:06 rafagan