Transformer: Document not supporting setTextureOutput on VFP Factory.

PiperOrigin-RevId: 559760003
This commit is contained in:
huangdarwin 2023-08-24 08:21:08 -07:00 committed by Copybara-Service
parent 8c1bedb483
commit cd0b7d9e29

View file

@ -363,6 +363,9 @@ public final class Transformer {
* <p>The default value is a {@link DefaultVideoFrameProcessor.Factory} built with default
* values.
*
* <p>If passing in a {@link DefaultVideoFrameProcessor.Factory}, the caller must not {@link
* DefaultVideoFrameProcessor.Factory.Builder#setTextureOutput set the texture output}.
*
* @param videoFrameProcessorFactory A {@link VideoFrameProcessor.Factory}.
* @return This builder.
*/