I found a bug in VLCMediaPlayer.h when framework used in an external project as a dependency,  it would error out because VLCVideoView is not defined.<br><br>VLCLibrary.h is currently set to be a private header, by doing this we cannot manipulate the libraries' audio properties.  This patch sets 
VLCLibrary.h to public to allow for outside apps to manipulate the volume settings.<br><br>VLCLibrary should be moved from Headers/Internal to Headers/Public.<br><br>Enrique<br>