Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/
H A DDVDMessage.h41 PLAYER_SET_VIDEOSTREAM, // enumerator
164 …explicit CDVDMsgPlayerSetVideoStream(int streamId) : CDVDMsg(PLAYER_SET_VIDEOSTREAM) { m_streamId … in CDVDMsgPlayerSetVideoStream()
H A DVideoPlayer.cpp2706 else if (pMsg->IsType(CDVDMsg::PLAYER_SET_VIDEOSTREAM)) in HandleMessages()