C# Класс KinectStreamConverter.KineapDevice

KineapDevice is a base class for a device implementation into McKineap. Note that a KineapDevice represents only a single instance of a device Therefore it dont allows to access (at least directly) to different instances of a same kind of device at the same time (like to have multiple LeapMotion on your laptop)
Наследование: KinectStreamConverter.Utils.ObservableObject
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
isRecording bool

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

Метод Описание
Device_StatusChanged ( KineapStatusChangedArgs e ) : void

Is Called whenever a device's status changes Updates

StartRecording ( ) : void
StopRecording ( ) : void

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

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

Is Called whenever a device's status changes Updates
public Device_StatusChanged ( KineapStatusChangedArgs e ) : void
e KineapStatusChangedArgs
Результат void

StartRecording() публичный абстрактный Метод

public abstract StartRecording ( ) : void
Результат void

StopRecording() публичный абстрактный Метод

public abstract StopRecording ( ) : void
Результат void

Описание свойств

isRecording защищенное свойство

protected bool isRecording
Результат bool