public static final class TrackEffectMV.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TrackEffectMV |
build()
Build Track Audio Stream Bean
|
TrackEffectMV.Builder |
duration(long duration,
java.util.concurrent.TimeUnit timeUnit)
Sets the duration of stream.
|
TrackEffectMV.Builder |
source(Source source)
Sets the path of a resource.
|
TrackEffectMV.Builder |
startTime(long startTime,
java.util.concurrent.TimeUnit timeUnit)
Set the start time of audio stream in the track
|
public TrackEffectMV.Builder source(Source source)
source - resourcepublic TrackEffectMV.Builder startTime(long startTime, java.util.concurrent.TimeUnit timeUnit)
startTime, - Unit : MillisecondstimeUnit - public TrackEffectMV.Builder duration(long duration, java.util.concurrent.TimeUnit timeUnit)
duration - Unit: Milliseconds.timeUnit - public TrackEffectMV build()
TrackEffectMV