com.tencent.av.sdk
Class AVConstants

java.lang.Object
  extended by com.tencent.av.sdk.AVConstants

public class AVConstants
extends java.lang.Object

网络类型常量。


Field Summary
static int NETTYPE_2G
          2G网络
static int NETTYPE_3G
          3G网络
static int NETTYPE_4G
          4G网络
static int NETTYPE_LINE
          有线直连
static int NETTYPE_NONE
          无网络连接
static int NETTYPE_WIFI
          无线wifi
 
Constructor Summary
AVConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NETTYPE_NONE

public static final int NETTYPE_NONE
无网络连接

See Also:
Constant Field Values

NETTYPE_LINE

public static final int NETTYPE_LINE
有线直连

See Also:
Constant Field Values

NETTYPE_WIFI

public static final int NETTYPE_WIFI
无线wifi

See Also:
Constant Field Values

NETTYPE_3G

public static final int NETTYPE_3G
3G网络

See Also:
Constant Field Values

NETTYPE_2G

public static final int NETTYPE_2G
2G网络

See Also:
Constant Field Values

NETTYPE_4G

public static final int NETTYPE_4G
4G网络

See Also:
Constant Field Values
Constructor Detail

AVConstants

public AVConstants()