Свойство | Type | Description | |
---|---|---|---|
BytePacket | int | ||
OutAudio | IAudioSource |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
KinectNetworkStream ( ) : System |
Initializes a new instance of the KinectNetworkStream class.
|
|
KinectNetworkStream ( string source ) : System |
Initializes a new instance of the KinectNetworkStream class.
|
|
SampleChannelPreVolumeMeter ( object sender, NAudio.Wave.SampleProviders.StreamVolumeEventArgs e ) : void | ||
SignalToStop ( ) : void |
Signal video source to stop its work. Signals video source to stop its background thread, stop to provide new frames and free resources. |
|
Start ( ) : void |
Start video source. Starts video source and return execution to caller. Video source object creates background thread and notifies about new frames with the help of NewFrame event. |
|
Stop ( ) : void |
Stop video source. Stops video source aborting its thread. |
|
WaitForStop ( ) : void |
Wait for video source has stopped. Waits for source stopping after it was signalled to stop using SignalToStop method. |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
Free ( ) : void |
Free resource.
|
|
WorkerThread ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public KinectNetworkStream ( string source ) : System | ||
source | string | URL, which provides MJPEG stream. |
Résultat | System |
public SampleChannelPreVolumeMeter ( object sender, NAudio.Wave.SampleProviders.StreamVolumeEventArgs e ) : void | ||
sender | object | |
e | NAudio.Wave.SampleProviders.StreamVolumeEventArgs | |
Résultat | void |