Пример #1
0
// stop the streams that are enabled
void KinectSensor::StopStreams()
{
    AutoLock lock(m_nuiLock);

    StopColorStream();
    StopDepthStream();
    StopSkeletonStream();
    StopAudioStream();
}
// stop the streams that are enabled
void KinectSensor::StopStreams()
{
    StopColorStream();
    StopDepthStream();
    StopSkeletonStream();
}