Skip to content
  • Bastien Penavayre's avatar
    Ports the new vlc3.0 dialog module in Libvlcpp · 6139551d
    Bastien Penavayre authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
    
    
    -New class Dialog (see Dialog.hpp) that wraps the internal type libvlc_dialog_id and associated functions
    -Alter the Instance class (Instance.hpp), so that it holds the callbacks relative to the dialog module:
            -Inherits from CallbackOwner<8> instead of CallbackOwner<2>
            -Holder a std::shared_ptr<libvlc_dialog_cbs>
            -public usings for the prototype of the new callbacks
            -setDialogHandlers/unsetDialogHandlers
            -update the default constructor
    
    Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
    6139551d