MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetSubtitle

Method SetSubtitle

Plugins/Player/ParameterPlayer.cpp:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void CParameterPlayer::SetSubtitle(bool subtitle)
264{
265 if(m_bSubtitle == subtitle)
266 return;
267 m_bSubtitle = subtitle;
268 SetModified(true);
269}

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected