-
public interface MeasureHelper.MeasureFormVideoParamsListener构造宽高所需要的视频相关参数
-
-
Method Summary
Modifier and Type Method Description abstract intgetCurrentVideoWidth()abstract intgetCurrentVideoHeight()abstract intgetVideoSarNum()abstract intgetVideoSarDen()-
-
Method Detail
-
getCurrentVideoWidth
abstract int getCurrentVideoWidth()
-
getCurrentVideoHeight
abstract int getCurrentVideoHeight()
-
getVideoSarNum
abstract int getVideoSarNum()
-
getVideoSarDen
abstract int getVideoSarDen()
-
-
-
-