Property | Type | Description | |
---|---|---|---|
Port | int | ||
ip | string |
Method | Description | |
---|---|---|
CreateAudioFeed ( string audioFeedName ) : |
||
DestroyAudioFeed ( string audioFeedName ) : void | ||
Dispose ( ) : void | ||
Start ( int port = 7090 ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
ClientThread ( object client ) : void | ||
ServerThread ( object port ) : void |
public CreateAudioFeed ( string audioFeedName ) : |
||
audioFeedName | string | |
return |
public DestroyAudioFeed ( string audioFeedName ) : void | ||
audioFeedName | string | |
return | void |