public interface AliyunIAudioController
| Modifier and Type | Method and Description |
|---|---|
int |
apply() |
AliyunIAudioController |
denoise(int denoiseWeight)
Denoises an audio stream.
|
int |
getVolume()
get the volume
|
AliyunIAudioController |
removeAudioFadeIn()
remove audio fade in
|
AliyunIAudioController |
removeAudioFadeOut()
remove audio fade out
|
AliyunIAudioController |
setAudioEffect(AudioEffectType type,
float weight)
Adds a sound effect.
|
AliyunIAudioController |
setAudioFadeIn(ShapeType shapeType,
long durationInMillis)
set audio fade in
|
AliyunIAudioController |
setAudioFadeOut(ShapeType shapeType,
long durationInMillis)
set audio fade out
|
AliyunIAudioController |
setVolume(int vol)
set the volume
|
AliyunIAudioController setVolume(int vol)
vol - 0:close 100:maxint getVolume()
AliyunIAudioController denoise(int denoiseWeight)
denoiseWeight - 0:close 100:maxAliyunIAudioController setAudioEffect(AudioEffectType type, float weight)
type - The effect type com.aliyun.svideosdk.editor.AudioEffectType.weight - The weight of the effect. Valid values: [0,100].AliyunIAudioController setAudioFadeIn(ShapeType shapeType, long durationInMillis)
shapeType - the type of fade ShapeTypedurationInMillis - duration of fade. millisecondAliyunIAudioController setAudioFadeOut(ShapeType shapeType, long durationInMillis)
shapeType - the type of fade ShapeTypedurationInMillis - duration of fade. millisecondAliyunIAudioController removeAudioFadeIn()
AliyunIAudioController removeAudioFadeOut()
int apply()