VID and MPS playback source class.
More...
#include "AVPSource.h"
VID and MPS playback source class.
Plays media using Alibaba Cloud Video ID and Media Processing Service (MPS) information. This playback source is primarily for video transcoding service users.
- Deprecated
- Recommend using AVPVidAuthSource instead
◆ 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 |
Play by VID and MPS.
This playback method is used by video transcoding service users. Reference for some of the parameters: https://help.aliyun.com/document_detail/53522.html?spm=5176.doc53534.2.5.mhSfOh
- Parameters
-
| vid | The VID of the video. |
| accId | The AccessKey ID of the user. |
| accSecret | The AccessKey Secret of the user. |
| stsToken | The token information of the user. |
| authInfo | The authInfo of the user. |
| region | The region information of the user. |
| playDomain | The playDomain information of the user. |
| mtsHlsUriToken | The mtsHlsUriToken information of the user. |
- 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: