mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Transformer GL: Remove unused setResolution exception javadoc.
PiperOrigin-RevId: 433467719
This commit is contained in:
parent
af6f6bb406
commit
d06d690d78
1 changed files with 0 additions and 1 deletions
|
|
@ -122,7 +122,6 @@ public final class TransformationRequest {
|
||||||
*
|
*
|
||||||
* @param outputHeight The output height of the displayed video, in pixels.
|
* @param outputHeight The output height of the displayed video, in pixels.
|
||||||
* @return This builder.
|
* @return This builder.
|
||||||
* @throws IllegalArgumentException If the {@code outputHeight} is not supported.
|
|
||||||
*/
|
*/
|
||||||
public Builder setResolution(int outputHeight) {
|
public Builder setResolution(int outputHeight) {
|
||||||
// TODO(b/201293185): Restructure to input a Presentation class.
|
// TODO(b/201293185): Restructure to input a Presentation class.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue