]> git.sesse.net Git - vlc/commit
libvlcpp: add a function to get the audio infromations from the media player.
authorRémi Duraffort <ivoire@videolan.org>
Tue, 2 Feb 2010 09:22:00 +0000 (10:22 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Tue, 2 Feb 2010 10:07:19 +0000 (11:07 +0100)
commitae749fcdc0e2a5a1a174daebd60632ccc12ae639
tree616d2fe709797554cf374e98c68a6d33c9490749
parentd66c25935089b83e752bfe5a16c39c8e8a6bb71d
libvlcpp: add a function to get the audio infromations from the media player.

The Audio class can only be created/destroyed by the associated MediaPlayer
class. I will add some copy constructor later on.
bindings/libvlcpp/src/Makefile.am
bindings/libvlcpp/src/audio.cpp
bindings/libvlcpp/src/audio.hpp
bindings/libvlcpp/src/media_player.cpp
bindings/libvlcpp/src/media_player.hpp