AliyunPlayer  v5.2.1
Aliyun Player API Reference Manual for iOS Platforms
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Pages
AVPConfig Class Reference
Inheritance diagram for AVPConfig:

Properties

BOOL clearShowWhenStop
 调用stop停止后是否显示最后一帧图像,YES代表清除显示,黑屏,默认为NO More...
 
BOOL enableSEI
 是否启用SEI More...
 
int highBufferDuration
 卡顿后缓存数据的高水位,当播放器缓存数据大于此值时开始播放,单位毫秒 More...
 
NSMutableArray * httpHeaders
 添加自定义header More...
 
NSString * httpProxy
 httpProxy代理 More...
 
int liveStartIndex
 
int maxBufferDuration
 播放器最大的缓存数据长度,默认50秒,单位毫秒 More...
 
int maxDelayTime
 直播最大延迟 默认5000毫秒,单位毫秒 More...
 
int maxProbeSize
 probe数据大小,默认-1,表示不设置 More...
 
int networkRetryCount
 网络重试次数,每次间隔networkTimeout,networkRetryCount=0则表示不重试,重试策略app决定,默认值为2 More...
 
int networkTimeout
 网络超时时间,默认15秒,单位毫秒 More...
 
int pixelBufferOutputFormat
 
NSString * referer
 请求referer More...
 
int startBufferDuration
 开始起播缓存区数据长度,默认500ms,单位毫秒 More...
 
NSString * userAgent
 user Agent More...
 

Property Documentation

◆ clearShowWhenStop

- (BOOL) clearShowWhenStop
readwritenonatomicassign

调用stop停止后是否显示最后一帧图像,YES代表清除显示,黑屏,默认为NO

◆ enableSEI

- (BOOL) enableSEI
readwritenonatomicassign

是否启用SEI

◆ highBufferDuration

- (int) highBufferDuration
readwritenonatomicassign

卡顿后缓存数据的高水位,当播放器缓存数据大于此值时开始播放,单位毫秒

◆ httpHeaders

- (NSMutableArray*) httpHeaders
readwritenonatomiccopy

添加自定义header

◆ httpProxy

- (NSString*) httpProxy
readwritenonatomiccopy

httpProxy代理

◆ liveStartIndex

- (int) liveStartIndex
readwritenonatomicassign

◆ maxBufferDuration

- (int) maxBufferDuration
readwritenonatomicassign

播放器最大的缓存数据长度,默认50秒,单位毫秒

◆ maxDelayTime

- (int) maxDelayTime
readwritenonatomicassign

直播最大延迟 默认5000毫秒,单位毫秒

◆ maxProbeSize

- (int) maxProbeSize
readwritenonatomicassign

probe数据大小,默认-1,表示不设置

◆ networkRetryCount

- (int) networkRetryCount
readwritenonatomicassign

网络重试次数,每次间隔networkTimeout,networkRetryCount=0则表示不重试,重试策略app决定,默认值为2

◆ networkTimeout

- (int) networkTimeout
readwritenonatomicassign

网络超时时间,默认15秒,单位毫秒

◆ pixelBufferOutputFormat

- (int) pixelBufferOutputFormat
readwritenonatomicassign

◆ referer

- (NSString*) referer
readwritenonatomiccopy

请求referer

◆ startBufferDuration

- (int) startBufferDuration
readwritenonatomicassign

开始起播缓存区数据长度,默认500ms,单位毫秒

◆ userAgent

- (NSString*) userAgent
readwritenonatomiccopy

user Agent


The documentation for this class was generated from the following file: