Property | Type | Description | |
---|---|---|---|
YPort | int |
Method | Description | |
---|---|---|
AddNewFeed ( string audiotoken, AudioInfo audioinfo ) : void | ||
GetAudioPipe ( string token ) : AudioInfo | ||
RemoveFeed ( string audiotoken ) : void | ||
YAudioServer ( int yport = 6517 ) : System | ||
serverChannel_OnOpenEvent ( Yodiwo channel ) : void | ||
serverNegotiation ( Yodiwo channel ) : bool | ||
serverOnMessageReceived ( Yodiwo channel, Yodiwo msg ) : void | ||
startServer ( |
public AddNewFeed ( string audiotoken, AudioInfo audioinfo ) : void | ||
audiotoken | string | |
audioinfo | AudioInfo | |
return | void |
public GetAudioPipe ( string token ) : AudioInfo | ||
token | string | |
return | AudioInfo |
public RemoveFeed ( string audiotoken ) : void | ||
audiotoken | string | |
return | void |
public YAudioServer ( int yport = 6517 ) : System | ||
yport | int | |
return | System |
public serverChannel_OnOpenEvent ( Yodiwo channel ) : void | ||
channel | Yodiwo | |
return | void |
public serverNegotiation ( Yodiwo channel ) : bool | ||
channel | Yodiwo | |
return | bool |
public serverOnMessageReceived ( Yodiwo channel, Yodiwo msg ) : void | ||
channel | Yodiwo | |
msg | Yodiwo | |
return | void |
public startServer ( |
||
certificate | ||
return | void |