C# Класс KinectStreamConverter.DeviceManager

DeviceManager is a base class to retrieve and eventually manage multiple connected KineapDevice at the same time
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddDevice ( KineapDevice device ) : void

Add a KineapDevice to the UsedDevice list It does not means that the device will start

Приватные методы

Метод Описание
DeviceManager ( ) : System

Описание методов

AddDevice() публичный Метод

Add a KineapDevice to the UsedDevice list It does not means that the device will start
public AddDevice ( KineapDevice device ) : void
device KineapDevice
Результат void