mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 09:49:42 +01:00
Expose VLC instance
This commit is contained in:
parent
08db5cde69
commit
583d684697
@ -544,3 +544,10 @@ AudioOutput::setDspCallback( std::function< void( int, int, float*, int, int ) >
|
||||
{
|
||||
dspPluginCallback = cb;
|
||||
}
|
||||
|
||||
|
||||
libvlc_instance_t*
|
||||
AudioOutput::vlcInstance() const
|
||||
{
|
||||
return m_vlcInstance;
|
||||
}
|
||||
|
@ -67,6 +67,7 @@ public:
|
||||
void setDspCallback( std::function< void( int, int, float*, int, int ) > cb );
|
||||
|
||||
static AudioOutput* instance();
|
||||
libvlc_instance_t* vlcInstance() const;
|
||||
|
||||
public slots:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user