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

Method SetEnableVideo

Src/ParameterCompone/ParameterRecord.cpp:92–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void CParameterRecord::SetEnableVideo(bool newEnableVideo)
93{
94 if (m_bEnableVideo == newEnableVideo)
95 return;
96 m_bEnableVideo = newEnableVideo;
97 SetModified(true);
98 emit sigEnableVideoChanged();
99}
100
101bool CParameterRecord::GetEnableAudio() const
102{

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected