public class TranscodeDetailInfo extends AbstractModel
Constructor and Description |
---|
TranscodeDetailInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getBitrate()
Get Bitrate.
|
Long |
getDuration()
Get Transcoding duration in minutes.
|
String |
getEndTime()
Get End time (Beijing time).
|
String |
getModuleCodec()
Get Encoding method, with modules,
Example:
liveprocessor_H264: LVB transcoding-H264,
liveprocessor_H265: LVB transcoding-H265,
topspeed_H264 =》Ultra-fast HD-H264,
topspeed_H265 =》Ultra-fast HD-H265.
|
String |
getPushDomain()
Get Push domain name.
|
String |
getStartTime()
Get Start time (Beijing time),
In the format of yyyy-mm-dd HH:MM.
|
String |
getStreamName()
Get Stream name.
|
String |
getType()
Get Type.
|
void |
setBitrate(Long Bitrate)
Set Bitrate.
|
void |
setDuration(Long Duration)
Set Transcoding duration in minutes.
|
void |
setEndTime(String EndTime)
Set End time (Beijing time).
|
void |
setModuleCodec(String ModuleCodec)
Set Encoding method, with modules,
Example:
liveprocessor_H264: LVB transcoding-H264,
liveprocessor_H265: LVB transcoding-H265,
topspeed_H264 =》Ultra-fast HD-H264,
topspeed_H265 =》Ultra-fast HD-H265.
|
void |
setPushDomain(String PushDomain)
Set Push domain name.
|
void |
setStartTime(String StartTime)
Set Start time (Beijing time),
In the format of yyyy-mm-dd HH:MM.
|
void |
setStreamName(String StreamName)
Set Stream name.
|
void |
setType(String Type)
Set Type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getStreamName()
public void setStreamName(String StreamName)
StreamName
- Stream name.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time (Beijing time),
In the format of yyyy-mm-dd HH:MM.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time (Beijing time).
In the format of yyyy-mm-dd HH:MM.public Long getDuration()
public void setDuration(Long Duration)
Duration
- Transcoding duration in minutes.
Note: Given the possible interruptions during push, duration here is the sum of actual duration of transcoding instead of the interval between the start and end time.public String getModuleCodec()
public void setModuleCodec(String ModuleCodec)
ModuleCodec
- Encoding method, with modules,
Example:
liveprocessor_H264: LVB transcoding-H264,
liveprocessor_H265: LVB transcoding-H265,
topspeed_H264 =》Ultra-fast HD-H264,
topspeed_H265 =》Ultra-fast HD-H265.public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate
- Bitrate.public String getType()
public void setType(String Type)
Type
- Type. Value range: Transcode, MixStream, WaterMark.public String getPushDomain()
public void setPushDomain(String PushDomain)
PushDomain
- Push domain name.Copyright © 2020. All rights reserved.