Property | Type | Description | |
---|---|---|---|
IsTransmitting | bool | ||
audiosource | IAudioSource | ||
audiotoken | string |
Method | Description | |
---|---|---|
TearDown ( ) : StatusCode | ||
YAudioClient ( IAudioSource audiosrc ) : System | ||
clientOnMessageReceived ( Yodiwo channel, Yodiwo msg ) : void | ||
connect ( string server, string audiotoken, int Port = 6517, bool SecureYPC = false ) : void |
Method | Description | |
---|---|---|
Audiosource_OnAudioDataCaptured ( object sender, |
public YAudioClient ( IAudioSource audiosrc ) : System | ||
audiosrc | IAudioSource | |
return | System |
public clientOnMessageReceived ( Yodiwo channel, Yodiwo msg ) : void | ||
channel | Yodiwo | |
msg | Yodiwo | |
return | void |
public connect ( string server, string audiotoken, int Port = 6517, bool SecureYPC = false ) : void | ||
server | string | |
audiotoken | string | |
Port | int | |
SecureYPC | bool | |
return | void |