mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix javadoc @see for TrimmingAudioProcessor.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=173877969
This commit is contained in:
parent
8eee7c0d69
commit
9b9a294fd8
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ import java.nio.ByteOrder;
|
||||||
*
|
*
|
||||||
* @param trimStartSamples The number of audio samples to trim from the start of audio.
|
* @param trimStartSamples The number of audio samples to trim from the start of audio.
|
||||||
* @param trimEndSamples The number of audio samples to trim from the end of audio.
|
* @param trimEndSamples The number of audio samples to trim from the end of audio.
|
||||||
* @see AudioSink#configure(String, int, int, int, int, int[], int, int)
|
* @see AudioSink#configure(int, int, int, int, int[], int, int)
|
||||||
*/
|
*/
|
||||||
public void setTrimSampleCount(int trimStartSamples, int trimEndSamples) {
|
public void setTrimSampleCount(int trimStartSamples, int trimEndSamples) {
|
||||||
this.trimStartSamples = trimStartSamples;
|
this.trimStartSamples = trimStartSamples;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue