Home
last modified time | relevance | path

Searched refs:CDVDMsgPlayerSetVideoStream (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/
H A DDVDMessage.h161 class CDVDMsgPlayerSetVideoStream : public CDVDMsg
164 …explicit CDVDMsgPlayerSetVideoStream(int streamId) : CDVDMsg(PLAYER_SET_VIDEOSTREAM) { m_streamId … in CDVDMsgPlayerSetVideoStream() function
H A DVideoPlayer.cpp2708 CDVDMsgPlayerSetVideoStream* pMsg2 = static_cast<CDVDMsgPlayerSetVideoStream*>(pMsg); in HandleMessages()
5036 m_messenger.Put(new CDVDMsgPlayerSetVideoStream(iStream)); in SetVideoStream()