public class VideoEvent extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
VideoEvent.Kind |
Modifier and Type | Field and Description |
---|---|
VideoEvent.Kind |
kind |
VideoMode |
mode |
java.lang.String |
name |
int |
propertyHandle |
VideoProperty.Kind |
propertyKind |
int |
sinkHandle |
int |
sourceHandle |
int |
value |
java.lang.String |
valueStr |
Modifier and Type | Method and Description |
---|---|
static VideoEvent.Kind |
getKindFromInt(int kind) |
VideoProperty |
getProperty() |
VideoSink |
getSink() |
VideoSource |
getSource() |
public VideoEvent.Kind kind
public int sourceHandle
public int sinkHandle
public java.lang.String name
public int propertyHandle
public VideoProperty.Kind propertyKind
public int value
public java.lang.String valueStr
public static VideoEvent.Kind getKindFromInt(int kind)
public VideoSource getSource()
public VideoProperty getProperty()