public class IseConstant extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CODE_STATUS_SUCCESS |
static String |
HOST_URL |
static String |
ISE_ENT_CN
中文
|
static String |
ISE_ENT_EN
英文
|
static int |
ISE_FRAME_INTERVEL |
static int |
ISE_SIZE_FRAME
每一帧音频的大小,建议每 40ms 发送 1280B,大小可调整,
但是不要超过19200B,即base64压缩后能超过26000B,否则会报错10163数据过长错误
|
static int |
ISE_STATUS_FRAME_CONTINUE
中间上传
|
static int |
ISE_STATUS_FRAME_END
最后一次上传
|
static int |
ISE_STATUS_FRAME_START
首次上传
|
static String |
ISE_SUB |
| 构造器和说明 |
|---|
IseConstant() |
public static final int ISE_STATUS_FRAME_START
public static final int ISE_STATUS_FRAME_CONTINUE
public static final int ISE_STATUS_FRAME_END
public static final int ISE_SIZE_FRAME
public static final int ISE_FRAME_INTERVEL
public static final int CODE_STATUS_SUCCESS
Copyright © 2021. All rights reserved.