Interface VideoFrameInfoListener
-
- All Implemented Interfaces:
public interface VideoFrameInfoListenerAn interface that allows the implementing class to receive information about video frames.
-
-
Method Summary
-
-
Method Detail
-
onFrame
abstract Unit onFrame(Integer rotatedWidth, Integer rotatedHeight, Integer rotation)
- Parameters:
rotatedWidth- The width of the video frame after applying the specified rotation.rotatedHeight- The height of the video frame after applying the specified rotation.rotation- The rotation angle of the video frame in degrees.
-
-
-
-