| java.lang.Object | |
| ↳ | org.opencdnunion.media.streamer.util.device.DeviceInfo |
deviceInfo数据类
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | BAND_VALUE | ||||||||||
| String | ENCODE_264_VALUE | ||||||||||
| String | ENCODE_265_VALUE | ||||||||||
| int | ENCODE_HW_SUPPORT | ||||||||||
| int | ENCODE_HW_UNSUPPORT | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public String | band | ||||||||||
| public int | decode | ||||||||||
| public int | encode_h264 | ||||||||||
| public int | encode_h265 | ||||||||||
| public String | model | ||||||||||
| public String | osver | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DeviceInfo(String model, String osver) | |||||||||||
| DeviceInfo(JSONObject object, String model, String osver) | |||||||||||
| DeviceInfo(SharedPreferences file, String model, String osver) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | compareDeviceInfo(DeviceInfo info) | ||||||||||
| String | printDeviceInfo() | ||||||||||
| void | saveDeviceInfoForLocal(SharedPreferences.Editor editor) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||