public class WOWZPlatformInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
androidRelease
The device's Android version string.
|
static int |
androidSDK
The device's Android SDK version.
|
static java.lang.String |
brand
The device's brand name.
|
static java.lang.String |
device
The name of the device.
|
static java.lang.String |
manufacturer
The name of the device manufacturer.
|
static java.lang.String |
model
The device's model name.
|
Constructor and Description |
---|
WOWZPlatformInfo() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
displayInfo(Context context)
Retrieves a human-readable description of the display's metrics.
|
static WOWZDataMap |
displayInfoDataMap(Context context)
Retrieves a
WOWZDataMap of the display's metrics. |
static java.lang.String |
getEglInfo()
Deprecated.
Use
WOWZGLES.getEglInfo(boolean) instead. |
static java.lang.String |
getEncoderInfo()
Deprecated.
Use
WOWZCodecUtils.getCodecInfo() instead. |
static WOWZPlatformInfo |
getInstance() |
WOWZDataMap |
toDataMap() |
java.lang.String |
toString() |
public static final java.lang.String manufacturer
public static final java.lang.String brand
public static final java.lang.String model
public static final java.lang.String device
public static final int androidSDK
public static final java.lang.String androidRelease
public static WOWZPlatformInfo getInstance()
public java.lang.String toString()
toString
in class java.lang.Object
public WOWZDataMap toDataMap()
public static java.lang.String displayInfo(Context context)
context
- The app's current activity.public static WOWZDataMap displayInfoDataMap(Context context)
WOWZDataMap
of the display's metrics.context
- The app's current activity.WOWZDataMap
of the height, width, and dots per inch (dpi) supported by the display.public static java.lang.String getEglInfo()
WOWZGLES.getEglInfo(boolean)
instead.public static java.lang.String getEncoderInfo()
WOWZCodecUtils.getCodecInfo()
instead.© 2016 - 2018 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal