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

Class Methods

(void) + setDNSResolve:ip:
 Set a DNS ip to resolve the host. More...
 
(void) + setFairPlayCertID:
 Set the .fairPlay certID, update the certID must use the thread first set. More...
 
(void) + setIpResolveType:
 Set a IP type when resolve the host. More...
 

Method Documentation

◆ setDNSResolve:ip:

+ (void) setDNSResolve: (NSString *)  host
ip: (NSString *)  ip 

Set a DNS ip to resolve the host.

Parameters
hostThe host. Need to specify the port (http defualt port is 80,https default port is 443). E.g player.alicdn.com:443
ipThe ip address, set as empty string to clear the setting.

◆ setFairPlayCertID:

+ (void) setFairPlayCertID: (NSString *)  certID

Set the .fairPlay certID, update the certID must use the thread first set.

Parameters
typeThe IP type.

◆ setIpResolveType:

+ (void) setIpResolveType: (AVPIpResolveType type

Set a IP type when resolve the host.

Parameters
typeThe IP type.

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