Interface VideoLayerListener
-
public interface VideoLayerListenerInterface for notifying a listener of changes to video frame properties.
NOTE: These events are dispatched directly from the thread processing video frames. The application is responsible for handling these events on the main thread by callingHandler.post(Runnable).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonVideoFrameSizeChanged(int width, int height)Notifies when the video frame size has changed.
-