public class ChangeColorEvent extends Object
| Constructor and Description |
|---|
ChangeColorEvent(VideoTag videoTag,
long time,
Color color) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor() |
long |
getTime() |
VideoTag |
getVideoTag() |
void |
setColor(Color color) |
void |
setTime(long time) |
void |
setVideoTag(VideoTag videoTag) |
Copyright © 2015 Kurento. All rights reserved.