AVDVideoRenderer.h
IntroductionUse the links in the table of contents to the left to access the documentation. Enumerated TypesAVDScalingTypeenum AVDScalingType { Scale_Aspect_Fit, // video frame is scaled to fit the size of the view by maintaining the aspect ratio (black borders may be displayed). Scale_Aspect_Full, // video frame is scaled to fill the size of the view by maintaining the aspect ratio. Some portion of the video frame may be clipped. Scale_Fill, // video frame is scaled to to fill the size of the view. MVideo aspect ratio is changed if necessary. }; Discussion视频显示方式 |