FrameMetadata

data class FrameMetadata(val width: Int, val height: Int, val rotation: Int)

帧元数据

Author

Jenly

Follow me

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, rotation: Int)

Properties

Link copied to clipboard
val height: Int

帧元数据的高

Link copied to clipboard

获取旋转角度

Link copied to clipboard
val width: Int

帧元数据的宽