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

Properties

BOOL clearShowWhenStop
 Whether to clear the last frame when the player is stopped. More...
 
BOOL enableSEI
 Enable or disable SEI. More...
 
int highBufferDuration
 The size of data to be cached before the player can be resumed from playback lag. More...
 
NSMutableArray * httpHeaders
 Add a custom header. More...
 
NSString * httpProxy
 HTTP proxy. More...
 
int maxBufferDuration
 The maximum size of cache data. More...
 
int maxDelayTime
 The maximum broadcasting delay. More...
 
int maxProbeSize
 The size of the probe data. More...
 
int networkRetryCount
 The maximum network reconnection attempts. More...
 
int networkTimeout
 Network connection timeout time. More...
 
NSString * referer
 Request Referer. More...
 
int startBufferDuration
 The size of the cache data required for starting playback. More...
 
NSString * userAgent
 UserAgent. More...
 

Property Documentation

◆ clearShowWhenStop

- (BOOL) clearShowWhenStop
readwritenonatomicassign

Whether to clear the last frame when the player is stopped.

Set to YES to clear the last frame and a black view is displayed. Default: NO.

◆ enableSEI

- (BOOL) enableSEI
readwritenonatomicassign

Enable or disable SEI.

◆ highBufferDuration

- (int) highBufferDuration
readwritenonatomicassign

The size of data to be cached before the player can be resumed from playback lag.

When the size of the data cached by the player reaches this value, the playback is resumed.

◆ httpHeaders

- (NSMutableArray*) httpHeaders
readwritenonatomiccopy

Add a custom header.

◆ httpProxy

- (NSString*) httpProxy
readwritenonatomiccopy

HTTP proxy.

◆ maxBufferDuration

- (int) maxBufferDuration
readwritenonatomicassign

The maximum size of cache data.

Default: 50 seconds.

◆ maxDelayTime

- (int) maxDelayTime
readwritenonatomicassign

The maximum broadcasting delay.

Default: 5000 milliseconds.

◆ maxProbeSize

- (int) maxProbeSize
readwritenonatomicassign

The size of the probe data.

Default: -1. Value -1 indicates that the probe data size is not specified.

◆ networkRetryCount

- (int) networkRetryCount
readwritenonatomicassign

The maximum network reconnection attempts.

Default: 2. networkTimeout specifies the reconnection interval. networkRetryCount=0 indicates that automatic network reconnection is disabled. The reconnection policy varies depending on the app.

◆ networkTimeout

- (int) networkTimeout
readwritenonatomicassign

Network connection timeout time.

Default: 15 seconds.

◆ referer

- (NSString*) referer
readwritenonatomiccopy

Request Referer.

◆ startBufferDuration

- (int) startBufferDuration
readwritenonatomicassign

The size of the cache data required for starting playback.

Default: 500 milliseconds.

◆ userAgent

- (NSString*) userAgent
readwritenonatomiccopy

UserAgent.


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