Inherits from NSObject
Declared in TEduBoardDef.h

Overview

@ingroup def

Tasks

Properties

isStaticPPT

指定对于 PPT 文件是否启用静态转码(转为静态图片),默认转为 H5 动画(转码耗时较长)

@property (nonatomic, assign) bool isStaticPPT

Discussion

指定对于 PPT 文件是否启用静态转码(转为静态图片),默认转为 H5 动画(转码耗时较长)

Declared In

TEduBoardDef.h

minResolution

指定转码结果最小分辨率,可用于提高转码结果清晰度,如960x540,宽高分隔符为x

@property (nonatomic, strong) NSString *minResolution

Discussion

指定转码结果最小分辨率,可用于提高转码结果清晰度,如960x540,宽高分隔符为x

Declared In

TEduBoardDef.h

thumbnailResolution

指定文件生成缩略图分辨率,默认不生成缩略图(生成缩略图增加额外转码消耗),如200x200,宽高分隔符为x

@property (nonatomic, strong) NSString *thumbnailResolution

Discussion

指定文件生成缩略图分辨率,默认不生成缩略图(生成缩略图增加额外转码消耗),如200x200,宽高分隔符为x

Declared In

TEduBoardDef.h