INTERACT FORUM

More => Old Versions => JRiver Media Center 28 for Windows => Topic started by: flac.rules on October 11, 2021, 09:06:35 am

Title: Difference between "playback engine"-commands, and non "Playback engine"
Post by: flac.rules on October 11, 2021, 09:06:35 am
This is an example of two MCC commands, that does the same thing(?) but one references the "playback engine", the other does not. What is recommended, and what is the difference?

10052 MCC_SET_SUBTITLES int nIndex (-1 toggles forward, -2 toggles backwards)
28032 MCC_PLAYBACK_ENGINE_SET_SUBTITLES   int nIndex (-1 toggles forward, -2 toggles backwards, -3 to browse for subtitles)
Title: Re: Difference between "playback engine"-commands, and non "Playback engine"
Post by: Matt on October 11, 2021, 11:47:22 am
MCC_SET_SUBTITLES just fires MCC_PLAYBACK_ENGINE_SET_SUBTITLES.

As a general rule the more global choice would be preferred in cases where we needed to route to something other than the playback engine.