public class SteamScreenshots extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
callback |
protected long |
pointer |
| Constructor and Description |
|---|
SteamScreenshots(SteamScreenshotsCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
SteamScreenshotHandle |
addScreenshotToLibrary(String file,
String thumbnail,
int width,
int height) |
protected static void |
deleteCallback(long callback) |
void |
dispose() |
void |
hookScreenshots(boolean hook) |
boolean |
isScreenshotsHooked() |
boolean |
setLocation(SteamScreenshotHandle screenshot,
String location) |
boolean |
tagPublishedFile(SteamScreenshotHandle screenshot,
SteamPublishedFileID publishedFileID) |
boolean |
tagUser(SteamScreenshotHandle screenshot,
SteamID steamID) |
void |
triggerScreenshot() |
SteamScreenshotHandle |
writeScreenshot(ByteBuffer rgb,
int width,
int height) |
public SteamScreenshots(SteamScreenshotsCallback callback)
public SteamScreenshotHandle writeScreenshot(ByteBuffer rgb, int width, int height)
public SteamScreenshotHandle addScreenshotToLibrary(String file, String thumbnail, int width, int height)
public void triggerScreenshot()
public void hookScreenshots(boolean hook)
public boolean setLocation(SteamScreenshotHandle screenshot, String location)
public boolean tagUser(SteamScreenshotHandle screenshot, SteamID steamID)
public boolean tagPublishedFile(SteamScreenshotHandle screenshot, SteamPublishedFileID publishedFileID)
public boolean isScreenshotsHooked()
public void dispose()
protected static void deleteCallback(long callback)
Copyright © 2018. All rights reserved.