[Android] [WIP PATCH 00/11] Browse via LibVLC
Edward Wang
edward.c.wang at compdigitec.com
Tue Dec 23 18:48:08 CET 2014
On 2014-12-23 12:38, Thomas Guillem <thomas at gllm.fr> wrote:
> I added a VlcObject abstract class that should be inherited by all LibVlc
> objects.
I would prefer VLCObject.
>
> LibVlc objects are Media, MediaList, MediaDiscoverer, and later
> MediaListPlayer, MediaLibrary, MediaPlayer.
>
> These new classes reflect the libvlc native struct/functions.
These should be made private and into a separate sub-namespace.
From a previous discussion we agreed not to wrap MediaList around the
real media_list_t C structure. End-users of the library should not be
using these.
Regards,
Edward
More information about the Android
mailing list