public class DisplayManager
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DisplayManager.DisplayType |
class |
DisplayManager.SecondaryDisplay |
| Constructor and Description |
|---|
DisplayManager(android.app.Activity activity,
<any> selectedRender,
boolean textureView,
boolean cloneMode,
boolean benchmark) |
| Modifier and Type | Method and Description |
|---|---|
DisplayManager.DisplayType |
getDisplayType() |
DisplayManager.SecondaryDisplay |
getPresentation() |
boolean |
isOnRenderer() |
boolean |
isPrimary() |
boolean |
isSecondary() |
void |
release() |
void |
removeMediaRouterCallback() |
boolean |
setMediaRouterCallback() |
public DisplayManager(android.app.Activity activity,
<any> selectedRender,
boolean textureView,
boolean cloneMode,
boolean benchmark)
public boolean isPrimary()
public boolean isSecondary()
public boolean isOnRenderer()
public void release()
public DisplayManager.SecondaryDisplay getPresentation()
public DisplayManager.DisplayType getDisplayType()
public boolean setMediaRouterCallback()
public void removeMediaRouterCallback()