|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VoiceBxFile.CharsetType | |
---|---|
onbon.bx06.area | 可挂载至节目中的区域程式。 例如:建立传感器 (SensorBxArea) 显示区域,并加入 P000 节目中。 SensorBxArea area1 = new SensorBxArea(0, 0, 500, 200, screen.getProfile());
ProgramBxFile program = new ProgramBxFile("P000", screen.getProfile());
program.addArea(area1);
|
onbon.bx06.file | 有关控制器文件相关的程式。 |
Uses of VoiceBxFile.CharsetType in onbon.bx06.area |
---|
Methods in onbon.bx06.area that return VoiceBxFile.CharsetType | |
---|---|
VoiceBxFile.CharsetType |
TextCaptionBxArea.getVoiceContentCharset()
取得语音数据编码格式。 |
VoiceBxFile.CharsetType |
DynamicBxArea.getVoiceContentCharset()
取得语音数据编码格式。 |
Methods in onbon.bx06.area with parameters of type VoiceBxFile.CharsetType | |
---|---|
void |
TextCaptionBxArea.setVoiceContentCharset(VoiceBxFile.CharsetType contentCharset)
设定语音数据编码格式。 |
void |
DynamicBxArea.setVoiceContentCharset(VoiceBxFile.CharsetType contentCharset)
设定语音数据编码格式。 |
Uses of VoiceBxFile.CharsetType in onbon.bx06.file |
---|
Methods in onbon.bx06.file that return VoiceBxFile.CharsetType | |
---|---|
VoiceBxFile.CharsetType |
VoiceBxFile.getContentCharset()
取得语音数据编码格式。 |
static VoiceBxFile.CharsetType |
VoiceBxFile.CharsetType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VoiceBxFile.CharsetType[] |
VoiceBxFile.CharsetType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in onbon.bx06.file with parameters of type VoiceBxFile.CharsetType | |
---|---|
void |
VoiceBxFile.setContentCharset(VoiceBxFile.CharsetType contentCharset)
设定语音数据编码格式。 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |