public class EffectTrack extends Track
| Modifier and Type | Class and Description |
|---|---|
static class |
EffectTrack.Type |
| Modifier and Type | Field and Description |
|---|---|
protected float |
mTimelineIn
The time when the effect appears on the stream timeline.
|
protected float |
mTimelineOut
The time when the effect disappears on the stream timeline.
|
| Constructor and Description |
|---|
EffectTrack() |
| Modifier and Type | Method and Description |
|---|---|
float |
getTimelineIn()
Gets the time when the effect appears on the stream timeline.
|
float |
getTimelineOut()
Gets the time when the effect disappears on the stream timeline.
|
EffectTrack.Type |
getType()
Gets the effect type.
|
void |
setTimelineIn(float timelineIn)
Sets the time when the effect appears on the stream timeline.
|
void |
setTimelineOut(float timelineOut)
Sets the time when the effect disappears on the stream timeline.
|
void |
setType(EffectTrack.Type type)
Sets the effect type.
|
protected float mTimelineIn
protected float mTimelineOut
public EffectTrack.Type getType()
public void setType(EffectTrack.Type type)
type - effect typepublic float getTimelineIn()
public void setTimelineIn(float timelineIn)
timelineIn - timeline inpublic float getTimelineOut()
public void setTimelineOut(float timelineOut)
timelineOut - timeline out