-
public class FrameMetadata帧元数据
-
-
Constructor Summary
Constructors Constructor Description FrameMetadata(int width, int height, int rotation)
-
Method Summary
Modifier and Type Method Description intgetWidth()帧元数据的宽 intgetHeight()帧元数据的高 intgetRotation()获取旋转角度 StringtoString()-
-
Method Detail
-
getWidth
int getWidth()
帧元数据的宽
-
getHeight
int getHeight()
帧元数据的高
-
getRotation
int getRotation()
获取旋转角度
-
-
-
-