프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BlockingTimeout | int | ||
Client | |||
Enabled | bool |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Events | AutoResetEvent>.Dictionary | ||
_CaptureDevices | List |
||
_ChannelMap | string>.Dictionary | ||
_CommandCookie | int | ||
_DaemonPipe | |||
_RenderDevices | List |
||
_Status | VoiceStatus | ||
_TuningSoundFile | string |
메소드 | 설명 | |
---|---|---|
CaptureDevices ( ) : List |
||
CreateConnector ( string _accountManagementServer, int &status ) : string | ||
CurrentCaptureDevices ( ) : List |
||
CurrentRenderDevices ( ) : List |
||
DaemonJoin ( ) : bool | ||
DaemonJoin ( string address, int port ) : bool | ||
GetChannelMap ( ) : string>.Dictionary |
||
InitiateShutdown ( string connectorHandle, int &status ) : string | ||
IsDaemonRunning ( ) : bool | ||
Login ( string accountName, string password, string connectorHandle, int &status ) : string | ||
Logout ( string accountHandle, int &status ) : void | ||
RenderDevices ( ) : List |
||
RequestCaptureDevices ( ) : int | ||
RequestCreateConnector ( string _voiceServer, string _proxyServer, bool _logEnabled, string _logNamePrefix, string _logNameSuffix, int _logLevel ) : int | ||
RequestInitiateShutdown ( string connectorHandle ) : int | ||
RequestLogin ( string accountName, string password, string accountURI, string connectorHandle, int _participantPropertyFrequency ) : int | ||
RequestLogout ( string accountHandle ) : int | ||
RequestMuteLocalMic ( bool enabled ) : int | ||
RequestMuteLocalSpeaker ( bool enabled ) : int | ||
RequestParcelVoiceInfo ( ) : bool | ||
RequestProvisionAccount ( ) : bool | ||
RequestRenderAudioStart ( string fileName, bool loop ) : int |
Does not appear to be working
|
|
RequestRenderAudioStop ( ) : int | ||
RequestRenderDevices ( ) : int | ||
RequestSessionConnector ( string SessionHandle ) : int | ||
RequestSessionCreate ( string AccountHandle, string URI, string Name, string Password, bool JoinAudio, bool JoinText, string PasswordHashAlgorithm, int type ) : int | ||
RequestSessionTerminate ( string SessionHandle ) : int | ||
RequestSet3DPosition ( string SessionHandle, |
Set the combined speaking and listening position in 3D space. There appears to be no response to this request.
|
|
RequestSetCaptureVolume ( int volume ) : int | ||
RequestSetLocalMicVolume ( int volume ) : int | ||
RequestSetLocalSpeakerVolume ( int volume ) : int | ||
RequestSetRenderDevice ( string deviceName ) : int | ||
RequestSetSpeakerVolume ( int volume ) : int | ||
RequestStartTuningMode ( int duration ) : int | ||
RequestStopTuningMode ( ) : int | ||
SIPURIFromVoiceAccount ( string account, string voiceServer ) : string | ||
SessionCreate ( string AccountHandle, string URI, string Name, string Password, bool JoinAudio, bool JoinText, string PasswordHashAlgorithm, int &status ) : string | ||
StartDaemon ( ) : bool | ||
StartDaemon ( string _exePath, string _args ) : bool | ||
StopDaemon ( ) : void | ||
UUIDFromVoiceAccount ( string accountName ) : UUID | ||
VoiceAccountFromUUID ( UUID id ) : string | ||
VoiceManager ( |
||
VoiceManager_OnSessionCreated ( int cookie, int statusCode, string statusString, string sessionHandle ) : void |
메소드 | 설명 | |
---|---|---|
RegisterCallbacks ( ) : void |
메소드 | 설명 | |
---|---|---|
GetAttributeFromID ( |
||
MessagePerse ( string _message ) : void | ||
ParcelVoiceInfoResponse ( OpenMetaverse.Capabilities.CapsClient client, OSD response, |
||
ParseResultNode ( |
||
ProcessEvent ( ) : void | ||
ProvisionCapsResponse ( OpenMetaverse.Capabilities.CapsClient client, OSD response, |
||
RequestVoiceInternal ( string me, OpenMetaverse.Capabilities.CapsClient callback, string capsName ) : bool | ||
RequiredVoiceVersionEventHandler ( string message, OSD osd, |
||
VoiceManager_OnCaptureDevices ( int cookie, int statusCode, string statusString, string currentDevice ) : void | ||
VoiceManager_OnConnectorCreated ( int cookie, int statusCode, string versionID, string statusString, string connectorHandle ) : void | ||
VoiceManager_OnLogin ( int cookie, int statusCode, string statusString, string accountHandle ) : void | ||
VoiceManager_OnRenderDevices ( int cookie, int statusCode, string statusString, string currentDevice ) : void | ||
_DaemonPipe_OnDisconnected ( |
||
_DaemonPipe_OnReceiveLine ( string line ) : void | ||
process_Exited ( object sender, |
public CreateConnector ( string _accountManagementServer, int &status ) : string | ||
_accountManagementServer | string | |
status | int | |
리턴 | string |
public DaemonJoin ( string address, int port ) : bool | ||
address | string | |
port | int | |
리턴 | bool |
public InitiateShutdown ( string connectorHandle, int &status ) : string | ||
connectorHandle | string | |
status | int | |
리턴 | string |
public Login ( string accountName, string password, string connectorHandle, int &status ) : string | ||
accountName | string | |
password | string | |
connectorHandle | string | |
status | int | |
리턴 | string |
public Logout ( string accountHandle, int &status ) : void | ||
accountHandle | string | |
status | int | |
리턴 | void |
public RequestCreateConnector ( string _voiceServer, string _proxyServer, bool _logEnabled, string _logNamePrefix, string _logNameSuffix, int _logLevel ) : int | ||
_voiceServer | string | |
_proxyServer | string | |
_logEnabled | bool | |
_logNamePrefix | string | |
_logNameSuffix | string | |
_logLevel | int | |
리턴 | int |
public RequestInitiateShutdown ( string connectorHandle ) : int | ||
connectorHandle | string | |
리턴 | int |
public RequestLogin ( string accountName, string password, string accountURI, string connectorHandle, int _participantPropertyFrequency ) : int | ||
accountName | string | |
password | string | |
accountURI | string | |
connectorHandle | string | |
_participantPropertyFrequency | int | |
리턴 | int |
public RequestLogout ( string accountHandle ) : int | ||
accountHandle | string | |
리턴 | int |
public RequestMuteLocalSpeaker ( bool enabled ) : int | ||
enabled | bool | |
리턴 | int |
public RequestRenderAudioStart ( string fileName, bool loop ) : int | ||
fileName | string | |
loop | bool | |
리턴 | int |
public RequestSessionConnector ( string SessionHandle ) : int | ||
SessionHandle | string | |
리턴 | int |
public RequestSessionCreate ( string AccountHandle, string URI, string Name, string Password, bool JoinAudio, bool JoinText, string PasswordHashAlgorithm, int type ) : int | ||
AccountHandle | string | |
URI | string | |
Name | string | |
Password | string | |
JoinAudio | bool | |
JoinText | bool | |
PasswordHashAlgorithm | string | |
type | int | |
리턴 | int |
public RequestSessionTerminate ( string SessionHandle ) : int | ||
SessionHandle | string | |
리턴 | int |
public RequestSet3DPosition ( string SessionHandle, |
||
SessionHandle | string | Handle returned from successful Session �create�Erequest or a SessionNewEvent |
SpeakerPosition | Speaking position | |
ListenerPosition | Listening position | |
리턴 | int |
public RequestSetCaptureVolume ( int volume ) : int | ||
volume | int | |
리턴 | int |
public RequestSetLocalMicVolume ( int volume ) : int | ||
volume | int | |
리턴 | int |
public RequestSetLocalSpeakerVolume ( int volume ) : int | ||
volume | int | |
리턴 | int |
public RequestSetRenderDevice ( string deviceName ) : int | ||
deviceName | string | |
리턴 | int |
public RequestSetSpeakerVolume ( int volume ) : int | ||
volume | int | |
리턴 | int |
public RequestStartTuningMode ( int duration ) : int | ||
duration | int | |
리턴 | int |
public SIPURIFromVoiceAccount ( string account, string voiceServer ) : string | ||
account | string | |
voiceServer | string | |
리턴 | string |
public SessionCreate ( string AccountHandle, string URI, string Name, string Password, bool JoinAudio, bool JoinText, string PasswordHashAlgorithm, int &status ) : string | ||
AccountHandle | string | |
URI | string | |
Name | string | |
Password | string | |
JoinAudio | bool | |
JoinText | bool | |
PasswordHashAlgorithm | string | |
status | int | |
리턴 | string |
public StartDaemon ( string _exePath, string _args ) : bool | ||
_exePath | string | |
_args | string | |
리턴 | bool |
public UUIDFromVoiceAccount ( string accountName ) : UUID | ||
accountName | string | |
리턴 | UUID |
public VoiceManager ( |
||
client | ||
리턴 | System |
public VoiceManager_OnSessionCreated ( int cookie, int statusCode, string statusString, string sessionHandle ) : void | ||
cookie | int | |
statusCode | int | |
statusString | string | |
sessionHandle | string | |
리턴 | void |
protected TCPPipe,OpenMetaverse.Voice _DaemonPipe | ||
리턴 |