AliyunPlayer  v5.2.0
Aliyun Player API Reference Manual for Windows Platforms
alivc_player::_AVPConfig Struct Reference

Public Member Functions

 _AVPConfig ()
 
 _AVPConfig (const _AVPConfig &config)
 
_AVPConfig operator= (const _AVPConfig &config)
 
 ~_AVPConfig ()
 

Public Attributes

int headerCount
 
int highBufferDuration
 卡顿后缓存数据的高水位,当播放器缓存数据大于此值时开始播放,单位毫秒 More...
 
char ** httpHeaders
 添加自定义header More...
 
char * httpProxy
 httpProxy代理 More...
 
int maxBufferDuration
 播放器最大的缓存数据长度,默认50秒,单位毫秒 More...
 
int maxDelayTime
 直播最大延迟 默认5000毫秒,单位毫秒 More...
 
int networkRetryCount
 网络重试次数,每次间隔networkTimeout,networkRetryCount=0则表示不重试,重试策略app决定,默认值为2 More...
 
int networkTimeout
 网络超时时间,默认15秒,单位毫秒 More...
 
char * referer
 请求referer More...
 
bool showLastFrameWhenStop
 调用stop停止后是否显示最后一帧图像,true代表显示,false代表不显示,黑屏 More...
 
int startBufferDuration
 开始起播缓存区数据长度,默认500ms,单位毫秒 More...
 
char * userAgent
 user Agent More...
 

Constructor & Destructor Documentation

◆ _AVPConfig() [1/2]

alivc_player::_AVPConfig::_AVPConfig ( )
inline

◆ _AVPConfig() [2/2]

alivc_player::_AVPConfig::_AVPConfig ( const _AVPConfig config)
inline

◆ ~_AVPConfig()

alivc_player::_AVPConfig::~_AVPConfig ( )
inline

Member Function Documentation

◆ operator=()

_AVPConfig alivc_player::_AVPConfig::operator= ( const _AVPConfig config)
inline

Member Data Documentation

◆ headerCount

int alivc_player::_AVPConfig::headerCount

◆ highBufferDuration

int alivc_player::_AVPConfig::highBufferDuration

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

◆ httpHeaders

char** alivc_player::_AVPConfig::httpHeaders

添加自定义header

◆ httpProxy

char* alivc_player::_AVPConfig::httpProxy

httpProxy代理

◆ maxBufferDuration

int alivc_player::_AVPConfig::maxBufferDuration

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

◆ maxDelayTime

int alivc_player::_AVPConfig::maxDelayTime

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

◆ networkRetryCount

int alivc_player::_AVPConfig::networkRetryCount

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

◆ networkTimeout

int alivc_player::_AVPConfig::networkTimeout

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

◆ referer

char* alivc_player::_AVPConfig::referer

请求referer

◆ showLastFrameWhenStop

bool alivc_player::_AVPConfig::showLastFrameWhenStop

调用stop停止后是否显示最后一帧图像,true代表显示,false代表不显示,黑屏

◆ startBufferDuration

int alivc_player::_AVPConfig::startBufferDuration

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

◆ userAgent

char* alivc_player::_AVPConfig::userAgent

user Agent


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