Android Question howto use 2 libraries with same type name

analizer3816

Member
Licensed User
Longtime User
I must use Audio library(mediaplayerstream) and vitamiob4a library(videoview) in same time
but I cannot use VideoView typename because both library use same typename
if I use Dim vv as VideoView it means videoview of audio library not videoview of vitamiob4a

please explain me
thanks
 
Top