mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Flush: Add javadoc for exception when no active stream.
PiperOrigin-RevId: 579225491
This commit is contained in:
parent
312203d38b
commit
229d9713a4
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue