Package | Description |
---|---|
com.tencentcloudapi.vod.v20180717.models |
Modifier and Type | Method and Description |
---|---|
EmptyTrackItem |
MediaTrackItem.getEmptyItem()
Get 空白片段,当 Type = Empty 时有效。空片段用于时间轴的占位。如需要两个音频片段之间有一段时间的静音,可以用 EmptyTrackItem 来进行占位。
使用 EmptyTrackItem 进行占位,来定位某个Item。
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
MediaTrackItem.setEmptyItem(EmptyTrackItem EmptyItem)
Set 空白片段,当 Type = Empty 时有效。空片段用于时间轴的占位。如需要两个音频片段之间有一段时间的静音,可以用 EmptyTrackItem 来进行占位。
使用 EmptyTrackItem 进行占位,来定位某个Item。
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
EmptyTrackItem(EmptyTrackItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.