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

Method SetCamera

Plugins/Player/ParameterPlayer.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54int CParameterPlayer::SetCamera(int nIndex)
55{
56 if(m_nCamera == nIndex)
57 return 0;
58 m_nCamera = nIndex;
59 SetModified(true);
60 return 0;
61}
62
63const int CParameterPlayer::GetAudioInput() const
64{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected