AVDVideoRenderer.h

Includes:
<Foundation/Foundation.h>
<UIKit/UIKit.h>

Introduction

Use the links in the table of contents to the left to access the documentation.



Enumerated Types

AVDScalingType

AVDScalingType


enum 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

视频显示方式