VID和MPS播放源类
More...
#include "AVPSource.h"
VID和MPS播放源类
使用阿里云视频ID和媒体处理服务(MPS)信息进行播放。 此播放源主要用于视频转码服务用户。
- Deprecated
- 建议使用 AVPVidAuthSource 替代
◆ initWithVid:accId:accSecret:stsToken:authInfo:region:playDomain:mtsHlsUriToken:
| - (instancetype) initWithVid: |
|
(NSString *) | vid |
| accId: |
|
(NSString *) | accId |
| accSecret: |
|
(NSString *) | accSecret |
| stsToken: |
|
(NSString *) | stsToken |
| authInfo: |
|
(NSString *) | authInfo |
| region: |
|
(NSString *) | region |
| playDomain: |
|
(NSString *) | playDomain |
| mtsHlsUriToken: |
|
(NSString *) | __deprecated |
用vid和MPS信息来播放视频,视频转码服务用户使用播放方式。部分参数参考:https://help.aliyun.com/document_detail/53522.html?spm=5176.doc53534.2.5.mhSfOh
- Parameters
-
| vid | 视频播放的vid标识 |
| accId | 用户sts的accessKey ID |
| accSecret | 用户sts的accessKey secret |
| stsToken | 用户sts的token信息 |
| authInfo | 用户authInfo信息 |
| region | 用户region信息 |
| playDomain | 用户playDomain信息 |
| mtsHlsUriToken | 用户mtsHlsUriToken信息 |
- Deprecated
- Recommend using AVPVidAuthSource instead
◆ __deprecated [1/8]
| - (NSString* mtsHlsUriToken) __deprecated |
|
readwritenonatomiccopy |
◆ __deprecated [2/8]
| - (NSString* playDomain) __deprecated |
|
readwritenonatomiccopy |
◆ __deprecated [3/8]
| - (NSString* region) __deprecated |
|
readwritenonatomiccopy |
◆ __deprecated [4/8]
| - (NSString* authInfo) __deprecated |
|
readwritenonatomiccopy |
◆ __deprecated [5/8]
| - (NSString* stsToken) __deprecated |
|
readwritenonatomiccopy |
◆ __deprecated [6/8]
| - (NSString* accSecret) __deprecated |
|
readwritenonatomiccopy |
◆ __deprecated [7/8]
| - (NSString* accId) __deprecated |
|
readwritenonatomiccopy |
◆ __deprecated [8/8]
| - (NSString* vid) __deprecated |
|
readwritenonatomiccopy |
The documentation for this class was generated from the following file: