Release Notes
Announcements
API | Description |
Video preloading started. For fileId preloading, callback before starting preloading upon link replacement success. | |
Video preloading completed. | |
Video preloading error. |
- (void)onStart:(int)taskID fileId:(NSString *)fileId url:(NSString *)url param:(NSDictionary *)param;
Parameter Name | Type | Description |
taskID | int | Pre-download task ID. |
fileId | NSString | Pre-downloaded video fileId. |
url | NSString | Pre-download task URL, which is the video URL after link replacement, can be used for subsequent playback. |
param | NSDictionary | Additional information carried by pre-download. |
- (void)onComplete:(int)taskID url:(NSString *)url;
Parameter Name | Type | Description |
taskID | int | Pre-download task ID. |
url | String | Pre-download task URL. |
- (void)onError:(int)taskID url:(NSString *)url error:(NSError *)error;
Parameter Name | Type | Description |
taskID | int | Pre-download task ID. |
url | NSString | Pre-download task URL. |
error | NSError | Error message. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback