public class AliyunMixOutputParam
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AliyunMixOutputParam.Builder
AliyunMixOutputParam 内部构建对象 |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitrate()
获取输出的码率,单位:kbps
|
int |
getCrf()
获取的crf
|
int |
getFps()
获取输出的编码帧率
|
int |
getGopSize()
获取输出的GOP大小
|
AliyunMixTrack |
getOutputAudioReferenceTrack()
获取合成输出的主音频频轨道
|
AliyunMixTrack |
getOutputDurationReferenceTrack()
获取合成输出的主视频轨道
|
int |
getOutputHeight()
获取输出高度,单位:像素
|
java.lang.String |
getOutputPath()
获取输出路径
|
int |
getOutputWidth()
获取输出宽度,单位:像素
|
VideoQuality |
getVideoQuality()
获取输出视频的质量等级(
VideoQuality) |
public java.lang.String getOutputPath()
public AliyunMixTrack getOutputDurationReferenceTrack()
public AliyunMixTrack getOutputAudioReferenceTrack()
public int getOutputWidth()
public int getOutputHeight()
public int getCrf()
public int getBitrate()
public VideoQuality getVideoQuality()
VideoQuality)public int getFps()
public int getGopSize()