Engine.OnlineVoiceInterface
- Modifiers
- dependson ( OnlineSubsystem )
This interface deals with voice over IP. It is responsible for registering,
unregistering, and filtering talkers. It also handles special voice effects.
This interface also provides hooks for accessing the raw data to perform
operations on it, such as speech recognition, lip sync, etc.
Engine.OnlineVoiceInterface
Functions Summary |
 | | AddPlayerTalkingDelegate (delegate<OnPlayerTalking> TalkerDelegate)
|
 | | AddRecognitionCompleteDelegate (byte LocalUserNum, elegate<OnRecognitionComplete> RecognitionDelegate)
|
 | | ClearPlayerTalkingDelegate (delegate<OnPlayerTalking> TalkerDelegate)
|
 | | ClearRecognitionCompleteDelegate (byte LocalUserNum, elegate<OnRecognitionComplete> RecognitionDelegate)
|
 | bool | GetRecognitionResults (byte LocalUserNum, ut array<SpeechRecognizedWord> Words)
|
 | bool | IsHeadsetPresent (byte LocalUserNum)
|
 | bool | IsLocalPlayerTalking (byte LocalUserNum)
|
 | bool | IsRemotePlayerTalking (UniqueNetId PlayerId)
|
 | bool | MuteAll (byte LocalUserNum, ool bAllowFriends)
|
 | bool | MuteRemoteTalker (byte LocalUserNum, niqueNetId PlayerId)
|
 | bool | RegisterLocalTalker (byte LocalUserNum)
|
 | bool | RegisterRemoteTalker (UniqueNetId PlayerId)
|
 | bool | SelectVocabulary (byte LocalUserNum, nt VocabularyId)
|
 | bool | SetRemoteTalkerPriority (byte LocalUserNum, niqueNetId PlayerId, nt Priority)
|
 | bool | SetSpeechRecognitionObject (byte LocalUserNum, peechRecognition SpeechRecogObj)
|
 | | StartNetworkedVoice (byte LocalUserNum)
|
 | bool | StartSpeechRecognition (byte LocalUserNum)
|
 | | StopNetworkedVoice (byte LocalUserNum)
|
 | bool | StopSpeechRecognition (byte LocalUserNum)
|
 | bool | UnmuteAll (byte LocalUserNum)
|
 | bool | UnmuteRemoteTalker (byte LocalUserNum, niqueNetId PlayerId)
|
 | bool | UnregisterLocalTalker (byte LocalUserNum)
|
 | bool | UnregisterRemoteTalker (UniqueNetId PlayerId)
|
delegate OnRecognitionComplete ( )
AddPlayerTalkingDelegate Source code
function AddPlayerTalkingDelegate ( delegate<OnPlayerTalking> TalkerDelegate )
AddRecognitionCompleteDelegate Source code
function AddRecognitionCompleteDelegate ( byte LocalUserNum,delegate<OnRecognitionComplete> RecognitionDelegate )
ClearPlayerTalkingDelegate Source code
function ClearPlayerTalkingDelegate ( delegate<OnPlayerTalking> TalkerDelegate )
ClearRecognitionCompleteDelegate Source code
function ClearRecognitionCompleteDelegate ( byte LocalUserNum,delegate<OnRecognitionComplete> RecognitionDelegate )
function bool IsHeadsetPresent ( byte LocalUserNum )
function bool IsLocalPlayerTalking ( byte LocalUserNum )
function bool IsRemotePlayerTalking (
UniqueNetId PlayerId )
function bool MuteAll ( byte LocalUserNum,bool bAllowFriends )
function bool MuteRemoteTalker (
byte LocalUserNum,
UniqueNetId PlayerId )
function bool RegisterLocalTalker ( byte LocalUserNum )
function bool RegisterRemoteTalker (
UniqueNetId PlayerId )
function bool SelectVocabulary ( byte LocalUserNum,int VocabularyId )
SetRemoteTalkerPriority Source code
function bool SetRemoteTalkerPriority (
byte LocalUserNum,
UniqueNetId PlayerId,
int Priority )
SetSpeechRecognitionObject Source code
function bool SetSpeechRecognitionObject (
byte LocalUserNum,
SpeechRecognition SpeechRecogObj )
function StartNetworkedVoice ( byte LocalUserNum )
StartSpeechRecognition Source code
function bool StartSpeechRecognition ( byte LocalUserNum )
function StopNetworkedVoice ( byte LocalUserNum )
function bool StopSpeechRecognition ( byte LocalUserNum )
function bool UnmuteAll ( byte LocalUserNum )
function bool UnmuteRemoteTalker (
byte LocalUserNum,
UniqueNetId PlayerId )
function bool UnregisterLocalTalker ( byte LocalUserNum )
UnregisterRemoteTalker Source code
function bool UnregisterRemoteTalker (
UniqueNetId PlayerId )
defaultproperties
{
Name="Default__OnlineVoiceInterface"
ObjectArchetype=Interface'Core.Default__Interface'
}
|
Creation time: sk 18-3-2018 10:00:40.377 - Created with
UnCodeX