|
| | NvsWaveformView (Context context) |
| |
| | NvsWaveformView (Context context, AttributeSet attrs) |
| |
| | NvsWaveformView (Context context, AttributeSet attrs, int defStyleAttr) |
| |
| | NvsWaveformView (Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) |
| |
| void | setAudioFilePath (String audioFilePath) |
| | 设置音频文件路径 更多...
|
| |
| String | getAudioFilePath () |
| | 获取音频文件路径 更多...
|
| |
| void | setTrimIn (long trimIn) |
| | 设置音频文件的裁剪入点 更多...
|
| |
| long | getTrimIn () |
| | 获取音频的裁剪入点 更多...
|
| |
| void | setTrimOut (long trimOut) |
| | 设置音频文件的裁剪出点 更多...
|
| |
| long | getTrimOut () |
| | 获取音频的裁剪出点 更多...
|
| |
| void | setWaveformColor (int waveformColor) |
| | 设置音频波形的颜色 更多...
|
| |
| int | getWaveformColor () |
| | 获取音频波形的颜色 更多...
|
| |
| void | setSingleChannelMode (boolean singleChannelMode) |
| | 设置单声道波形模式 更多...
|
| |
| boolean | getSingleChannelMode () |
| | 获取单声道波形模式是否开启 更多...
|
| |
| void | onWaveformDataReady (long taskId, String audioFilePath, long audioFileSampleCount, long samplesPerGroup, byte[] leftWaveformData, byte[] rightWaveformData) |
| |
| void | onWaveformDataGenerationFailed (long taskId, String audioFilePath, long samplesPerGroup) |
| |