Skip to content
Commit 6a39b3a4 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

Media: add a new constructor from an AssetFileDescriptor

This can be used to open files from the apk asset folder.

Using the simple FileDescriptor constructor can't work since we need 2 extra
infos: the length and the offset of the file to read.

This new constructor uses the libvlc_media_new_callbacks() function.
parent 7d9ad878
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment