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.
Loading
Please register or sign in to comment