程序包 | 说明 |
---|---|
com.aliyun.oss |
限定符和类型 | 方法和说明 |
---|---|
OSSObject |
OSSClient.getObject(GetObjectRequest getObjectRequest) |
OSSObject |
OSS.getObject(GetObjectRequest getObjectRequest)
Gets the
OSSObject from the bucket specified in
GetObjectRequest parameter. |
OSSObject |
OSSClient.getObject(String bucketName,
String key) |
OSSObject |
OSS.getObject(String bucketName,
String key)
|
OSSObject |
OSSClient.getObject(URL signedUrl,
Map<String,String> requestHeaders) |
OSSObject |
OSS.getObject(URL signedUrl,
Map<String,String> requestHeaders)
Gets the
OSSObject from the signed Url. |
OSSObject |
OSSClient.getVodPlaylist(GetVodPlaylistRequest getVodPlaylistRequest) |
OSSObject |
OSS.getVodPlaylist(GetVodPlaylistRequest getVodPlaylistRequest)
Generates and returns a VOD playlist (m3u8 format) for the *.ts files with specified
time range under the Live Channel, but this VOD playlist would not be stored in OSS Server.
|
OSSObject |
OSSClient.getVodPlaylist(String bucketName,
String liveChannelName,
long startTime,
long endTime) |
OSSObject |
OSS.getVodPlaylist(String bucketName,
String liveChannelName,
long startTime,
long endTime)
Generates and returns a VOD playlist (m3u8 format) for the *.ts files with specified
time range under the Live Channel, but this VOD playlist would not be stored in OSS Server.
|
OSSObject |
OSSClient.selectObject(SelectObjectRequest selectObjectRequest) |
OSSObject |
OSS.selectObject(SelectObjectRequest selectObjectRequest)
Select the
OSSObject from the bucket specified in
SelectObjectRequest parameter |
Copyright © 2019. All Rights Reserved.