mirror of https://github.com/FongMi/TV.git
parent
0f59895d96
commit
1d90b73a37
@ -0,0 +1,15 @@ |
||||
package com.fongmi.android.tv; |
||||
|
||||
public class Constant { |
||||
|
||||
public static final int INTERVAL_SEEK = 10 * 1000; |
||||
public static final int INTERVAL_SPEED = 500; |
||||
|
||||
public static final int TIMEOUT_VOD = 30 * 1000; |
||||
public static final int TIMEOUT_LIVE = 10 * 1000; |
||||
public static final int TIMEOUT_HTTP = 30 * 1000; |
||||
|
||||
public static final int HIDE_TIME = 5 * 1000; |
||||
|
||||
public static final int THREAD_POOL = 5; |
||||
} |
||||
Loading…
Reference in new issue