C# Class SpeechRecognizer.UDPClient

Connects to an RTP stream and listens for data
Afficher le fichier Open project: rit-sse-mycroft/app-speech-to-text Class Usage Examples

Méthodes publiques

Méthode Description
StartClient ( ) : void

Creates a connection to the RTP stream

StopClient ( ) : void

Tells the UDP client to stop listening for packets.

UDPClient ( int port ) : System

RTP Client for receiving an RTP stream containing a WAVE audio stream

Private Methods

Méthode Description
ReceiveCallback ( ) : void

Handles the receiving of UDP packets from the RTP stream

Method Details

StartClient() public méthode

Creates a connection to the RTP stream
public StartClient ( ) : void
Résultat void

StopClient() public méthode

Tells the UDP client to stop listening for packets.
public StopClient ( ) : void
Résultat void

UDPClient() public méthode

RTP Client for receiving an RTP stream containing a WAVE audio stream
public UDPClient ( int port ) : System
port int The port to listen on
Résultat System