iOS SDK API Reference

Classes | Macros | Enumerations
SKWVideo.h File Reference
#import <Foundation/Foundation.h>
#import "SKWCommon.h"

Go to the source code of this file.

Classes

class  SKWVideo
 Video view. More...
 

Macros

#define ViewRoot   NSObject
 

Enumerations

enum  SKWVideoScalingEnum { SKW_VIDEO_SCALING_ASPECT_FIT, SKW_VIDEO_SCALING_ASPECT_FILL }
 Scaling type enum. More...
 

Enumeration Type Documentation

◆ SKWVideoScalingEnum

Scaling type enum.

Enumerator
SKW_VIDEO_SCALING_ASPECT_FIT 

Video keep aspect and fit to view.

SKW_VIDEO_SCALING_ASPECT_FILL 

Video keep aspect and fill to view.