GET api/RemoteFile/GetRemoteFileByTimeStamp?timeStamp={timeStamp}

获取根据时间戳远程文件

Request Information

URI Parameters

NameDescriptionTypeAdditional information
timeStamp

string

Required

Body Parameters

None.

Response Information

Resource Description

获取根据时间戳远程文件

QiniuCallbackReturnDto
NameDescriptionTypeAdditional information
cid

关联场景内容id

integer

None.

success

是否成功

boolean

None.

duration

视频时长

decimal number

None.

remoteid

视频id

integer

None.

filepath

视频地址

string

None.

smallfilepath

视频封面缩略图地址

string

None.

persistentId

持久化任务id

string

None.

Width

视频宽

integer

None.

High

视频高

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<QiniuCallbackReturnDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Qiniu">
  <High>9</High>
  <Width>8</Width>
  <cid>1</cid>
  <duration>3.1</duration>
  <filepath>sample string 5</filepath>
  <persistentId>sample string 7</persistentId>
  <remoteid>4</remoteid>
  <smallfilepath>sample string 6</smallfilepath>
  <success>true</success>
</QiniuCallbackReturnDto>