All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
advertiseGame(SteamID steamIDGameServer,
int serverIP,
short serverPort) |
SteamAuth.BeginAuthSessionResult |
beginAuthSession(ByteBuffer authTicket,
SteamID steamID) |
void |
cancelAuthTicket(SteamAuthTicket authTicket) |
SteamUser.VoiceResult |
decompressVoice(ByteBuffer voiceData,
ByteBuffer audioData,
int[] bytesWritten,
int desiredSampleRate) |
protected static void |
deleteCallback(long callback) |
void |
dispose() |
void |
endAuthSession(SteamID steamID) |
SteamAuthTicket |
getAuthSessionTicket(ByteBuffer authTicket,
int[] sizeInBytes) |
SteamUser.VoiceResult |
getAvailableVoice(int[] bytesAvailable) |
boolean |
getEncryptedAppTicket(ByteBuffer ticket,
int[] sizeInBytes) |
SteamID |
getSteamID() |
SteamUser.VoiceResult |
getVoice(ByteBuffer voiceData,
int[] bytesWritten) |
int |
getVoiceOptimalSampleRate() |
int |
initiateGameConnection(ByteBuffer authBlob,
SteamID steamIDGameServer,
int serverIP,
short serverPort,
boolean secure) |
boolean |
isBehindNAT() |
SteamAPICall |
requestEncryptedAppTicket(ByteBuffer dataToInclude) |
void |
startVoiceRecording() |
void |
stopVoiceRecording() |
void |
terminateGameConnection(int serverIP,
short serverPort) |
SteamAuth.UserHasLicenseForAppResult |
userHasLicenseForApp(SteamID steamID,
int appID) |