mirror of
https://github.com/samsonjs/media.git
synced 2026-04-13 12:35:48 +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 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) {
|
||||
this.trimStartSamples = trimStartSamples;
|
||||
|
|
|
|||
Loading…
Reference in a new issue