public class VideoEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VideoEvent.Kind |
Modifier and Type | Field and Description |
---|---|
VideoEvent.Kind |
kind |
VideoMode |
mode |
String |
name |
int |
propertyHandle |
VideoProperty.Kind |
propertyKind |
int |
sinkHandle |
int |
sourceHandle |
int |
value |
String |
valueStr |
Modifier and Type | Method and Description |
---|---|
static VideoEvent.Kind |
getKindFromInt(int kind)
Convert from the numerical representation of kind to an enum type.
|
VideoProperty |
getProperty() |
VideoSink |
getSink() |
VideoSource |
getSource() |
public VideoEvent.Kind kind
public int sourceHandle
public int sinkHandle
public String name
public VideoMode mode
public int propertyHandle
public VideoProperty.Kind propertyKind
public int value
public String valueStr
public static VideoEvent.Kind getKindFromInt(int kind)
kind
- The numerical representation of kindpublic VideoSource getSource()
public VideoSink getSink()
public VideoProperty getProperty()