public class BlurBackground
extends java.lang.Object
Constructor and Description |
---|
BlurBackground(int id,
long startTimeMills,
long durationMills,
int streamId,
float blurRadius) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
float |
getBlurRadius()
Gets the blur radius.
|
long |
getDuration()
Gets the display duration of this blurred background effect.
|
int |
getId()
Gets the id of this blurred background effect.
|
long |
getStartTime()
Gets the time when this blurred background effect appears.
|
int |
getStreamId()
Gets the id of the video stream that this blurred background effect is applied to.
|
void |
setBlurRadius(float blurRadius)
Sets the blur radius.
|
void |
setDuration(long duration)
Sets the display duration of this blurred background effect.
|
void |
setId(int id)
Sets the id of this blurred background effect.
|
void |
setStartTime(long startTime)
Sets the time when this blurred background effect appears.
|
void |
setStreamId(int streamId)
Sets the id of the video stream that this blurred background effect is applied to.
|
public BlurBackground(int id, long startTimeMills, long durationMills, int streamId, float blurRadius)
public long getStartTime()
public void setStartTime(long startTime)
startTime
- Unit: milliseconds.public long getDuration()
public void setDuration(long duration)
duration
- Unit: milliseconds.public int getId()
public void setId(int id)
id
- public int getStreamId()
public void setStreamId(int streamId)
streamId
- The stream id.public float getBlurRadius()
public void setBlurRadius(float blurRadius)
blurRadius
- The blur radius.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object