public int IsFreeCamera() { int nResult = 0; m_RecordPlayer.IsFreeCamera(out nResult); return(nResult); }