mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Transformer: Document not supporting setTextureOutput on VFP Factory.
PiperOrigin-RevId: 559760003
This commit is contained in:
parent
8c1bedb483
commit
cd0b7d9e29
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue