|
enum | _AVPStsStatus { Valid
, Invalid
, Pending
} |
|
enum | _GlobalOption : NSUInteger {
SET_PRE_CONNECT_DOMAIN = 0
, SET_DNS_PRIORITY_LOCAL_FIRST = 1
, ENABLE_H2_MULTIPLEX = 2
, SET_EXTRA_DATA = 3
,
ENABLE_ANDROID_DECODE_REUSE = 4
, NOT_PAUSE_WHEN_PREPARING = 5
, ALLOW_RTS_DEGRADE = 6
, ENABLE_DECODER_FAST_FIRST_FRAME = 7
} |
| GlobalSettings的特定功能选项 More...
|
|
enum | _PlayerOption : NSUInteger { SET_MEDIA_TYPE = 0
, ALLOW_DECODE_BACKGROUND = 1
, ALLOW_PRE_RENDER = 2
} |
| AliPlayer的特定功能选项 More...
|
|
enum | _SupportFeatureType : NSUInteger { FeatureDolbyAudio
} |
| 是否支持的功能的类型 More...
|
|
enum | AVPAlphaRenderMode : NSUInteger {
AVP_RENDERMODE_ALPHA_NONE = 0
, AVP_RENDERMODE_ALPHA_AT_RIGHT = 1
, AVP_RENDERMODE_ALPHA_AT_LEFT = 2
, AVP_RENDERMODE_ALPHA_AT_TOP = 3
,
AVP_RENDERMODE_ALPHA_AT_BOTTOM = 4
} |
| Alpha渲染模式 More...
|
|
enum | AVPEventType : NSUInteger {
AVPEventPrepareDone
, AVPEventAutoPlayStart
, AVPEventFirstRenderedStart
, AVPEventCompletion
,
AVPEventLoadingStart
, AVPEventLoadingEnd
, AVPEventSeekEnd
, AVPEventLoopingStart
,
AVPEventClearScreenDone
} |
| 播放器事件类型 More...
|
|
enum | AVPIpResolveType : NSUInteger { AVPIpResolveWhatEver
, AVPIpResolveV4
, AVPIpResolveV6
} |
| IP 解析类型 More...
|
|
enum | AVPLogLevel : NSUInteger {
LOG_LEVEL_NONE = 0
, LOG_LEVEL_FATAL = 8
, LOG_LEVEL_ERROR = 16
, LOG_LEVEL_WARNING = 24
,
LOG_LEVEL_INFO = 32
, LOG_LEVEL_DEBUG = 48
, LOG_LEVEL_TRACE = 56
} |
| logLevel More...
|
|
enum | AVPLogOption : NSUInteger { FRAME_LEVEL_LOGGING_ENABLED = 1
} |
|
enum | AVPMirrorMode : NSUInteger { AVP_MIRRORMODE_NONE
, AVP_MIRRORMODE_HORIZONTAL
, AVP_MIRRORMODE_VERTICAL
} |
| 镜像模式 More...
|
|
enum | AVPMultiBitratesMode : NSUInteger { AVPMultiBitratesMode_Default = 0
, AVPMultiBitratesMode_FCPrio = 1
, AVPMultiBitratesMode_FC_AND_SMOOTH = 2
, AVPMultiBitratesMode_SmoothPrio = 3
} |
| 多码率预加载类型,只对多码率HLS流生效 More...
|
|
enum | AVPOption : NSUInteger {
AVP_OPTION_RENDER_FPS = 0
, AVP_OPTION_DOWNLOAD_BITRATE = 1
, AVP_OPTION_VIDEO_BITRATE = 2
, AVP_OPTION_AUDIO_BITRATE = 3
,
AVP_OPTION_IS_ABRSWITCHING = 4
} |
|
enum | AVPOutputAudioChannel : NSUInteger { AVP_AUDIO_CHANNEL_NONE = 0
, AVP_AUDIO_CHANNEL_LEFT = 1
, AVP_AUDIO_CHANNEL_RIGHT = 2
} |
| 音频输出声道 More...
|
|
enum | AVPPIPShowMode : NSUInteger { AVP_SHOW_MODE_DEFAULT = 0
, AVP_SHOW_MODE_HIDE_FAST_FORWARD_REWIND = 1
} |
| 画中画显示模式 More...
|
|
enum | AVPPixelNumber : NSUInteger {
Resolution_360P = 172800
, Resolution_480P = 345600
, Resolution_540P = 518400
, Resolution_720P = 921600
,
Resolution_1080P = 2073600
, Resolution_2K = 3686400
, Resolution_4K = 8847360
, Resolution_NoLimit = INT_MAX
} |
| pixelNumber of specific Resolution, for reference only. More...
|
|
enum | AVPPropertyKey : NSUInteger { AVP_KEY_RESPONSE_INFO = 0
, AVP_KEY_CONNECT_INFO = 1
} |
| 获取信息播放器的key More...
|
|
enum | AVPRotateMode : NSUInteger { AVP_ROTATE_0 = 0
, AVP_ROTATE_90 = 90
, AVP_ROTATE_180 = 180
, AVP_ROTATE_270 = 270
} |
| 旋转模式 More...
|
|
enum | AVPScalingMode : NSUInteger { AVP_SCALINGMODE_SCALETOFILL
, AVP_SCALINGMODE_SCALEASPECTFIT
, AVP_SCALINGMODE_SCALEASPECTFILL
} |
| 渲染显示模式 More...
|
|
enum | AVPSceneType : NSInteger {
AVP_SCENE_NONE = -1
, AVP_VERY_SHOR_VIDEO = 0
, AVP_SHORT_VIDEO = 1
, AVP_MIDDLE_VIDEO = 2
,
AVP_LONG_VIDEO = 3
} |
| 场景类型 More...
|
|
enum | AVPSeekMode : NSUInteger { AVP_SEEKMODE_ACCURATE = 0x01
, AVP_SEEKMODE_INACCURATE = 0x10
} |
| 跳转模式,是否为精准跳转 More...
|
|
enum | AVPStatus : NSUInteger {
AVPStatusIdle = 0
, AVPStatusInitialzed
, AVPStatusPrepared
, AVPStatusStarted
,
AVPStatusPaused
, AVPStatusStopped
, AVPStatusCompletion
, AVPStatusError
} |
|
enum | AVPStrategyType : NSUInteger { AVP_STRATEGY_DYNAMIC_PRELOAD = 1
} |
| 策略类型 More...
|
|
enum | BizScene : NSUInteger { AVP_Player = 0
, AVP_Loader = 1
} |
| 自适应降级切换url的场景,播放器还是预加载器 More...
|
|
enum | CodecType : NSUInteger { AVP_H265 = 0
} |
| 自适应降级切换url的原始url编码格式 More...
|
|