Interface VideoFrameInfoListener

  • All Implemented Interfaces:

    
    public interface VideoFrameInfoListener
    
                        

    An interface that allows the implementing class to receive information about video frames.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onFrame(Integer rotatedWidth, Integer rotatedHeight, Integer rotation)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.