Fix java doc for setAudioProcessors and setVideoEffects method
PiperOrigin-RevId: 609778651
This commit is contained in:
parent
9be7a7ab7f
commit
a5f3db4cfe
@ -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…
x
Reference in New Issue
Block a user