mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix java doc for setAudioProcessors and setVideoEffects method
PiperOrigin-RevId: 609778651
This commit is contained in:
parent
9be7a7ab7f
commit
a5f3db4cfe
1 changed files with 5 additions and 3 deletions
|
|
@ -241,7 +241,8 @@ public final class Transformer {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated Set the {@linkplain AudioProcessor audio processors} in an {@link
|
* @deprecated Set the {@linkplain AudioProcessor audio processors} in an {@link
|
||||||
* EditedMediaItem}, and pass it to {@link #start(EditedMediaItem, String)} instead.
|
* EditedMediaItem.Builder#setEffects(Effects)}, and pass it to {@link
|
||||||
|
* #start(EditedMediaItem, String)} instead.
|
||||||
*/
|
*/
|
||||||
@CanIgnoreReturnValue
|
@CanIgnoreReturnValue
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
|
@ -251,8 +252,9 @@ public final class Transformer {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated Set the {@linkplain Effect video effects} in an {@link EditedMediaItem}, and pass
|
* @deprecated Set the {@linkplain Effect video effects} in an {@link
|
||||||
* it to {@link #start(EditedMediaItem, String)} instead.
|
* EditedMediaItem.Builder#setEffects(Effects)}, and pass it to {@link
|
||||||
|
* #start(EditedMediaItem, String)} instead.
|
||||||
*/
|
*/
|
||||||
@CanIgnoreReturnValue
|
@CanIgnoreReturnValue
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue