Package 

Class FrameMetadata

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final int width
      private final int height
      private final int rotation
    • Constructor Summary

      Constructors 
      Constructor Description
      FrameMetadata(int width, int height, int rotation)
    • Method Summary

      Modifier and Type Method Description
      int getWidth() 帧元数据的宽
      int getHeight() 帧元数据的高
      int getRotation() 获取旋转角度
      String toString()
      • Methods inherited from class java.lang.Object

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

      • FrameMetadata

        FrameMetadata(int width, int height, int rotation)