Flush: Add javadoc for exception when no active stream.
PiperOrigin-RevId: 579225491
This commit is contained in:
parent
312203d38b
commit
229d9713a4
@ -333,6 +333,8 @@ public interface VideoFrameProcessor {
|
|||||||
*
|
*
|
||||||
* @throws UnsupportedOperationException If the {@code VideoFrameProcessor} does not accept
|
* @throws UnsupportedOperationException If the {@code VideoFrameProcessor} does not accept
|
||||||
* {@linkplain #INPUT_TYPE_SURFACE surface input}.
|
* {@linkplain #INPUT_TYPE_SURFACE surface input}.
|
||||||
|
* @throws IllegalStateException If {@link #registerInputStream} is not called before calling this
|
||||||
|
* method.
|
||||||
*/
|
*/
|
||||||
void flush();
|
void flush();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user