public class MVFilter extends EffectTrack
EffectTrack.TypemTimelineIn, mTimelineOut| Constructor and Description |
|---|
MVFilter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMixWeight()
Gets the mixing weight of an audio stream
|
Source |
getSource()
Gets the mv resource.
|
boolean |
isMute()
Whether to mute.
|
void |
setMixWeight(int mixWeight)
Sets the mixing weight of an audio stream.
|
void |
setMute(boolean mute)
Sets Whether to mute.
|
void |
setSource(Source source)
Sets the mv resource.
|
getTimelineIn, getTimelineOut, getType, setTimelineIn, setTimelineOut, setTypepublic Source getSource()
public void setSource(Source source)
source - mv resourcepublic int getMixWeight()
public void setMixWeight(int mixWeight)
mixWeight - mix weightpublic boolean isMute()
public void setMute(boolean mute)
mute - mute