Package edu.wpi.first.cscore
Class VideoEvent
java.lang.Object
edu.wpi.first.cscore.VideoEvent
public class VideoEvent extends Object
Video event.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVideoEvent.Kind -
Field Summary
Fields Modifier and Type Field Description VideoEvent.KindkindintlistenerVideoModemodeStringnameintpropertyHandleVideoProperty.KindpropertyKindintsinkHandleintsourceHandleintvalueStringvalueStr -
Method Summary
Modifier and Type Method Description static VideoEvent.KindgetKindFromInt(int kind)Convert from the numerical representation of kind to an enum type.VideoPropertygetProperty()VideoSinkgetSink()VideoSourcegetSource()
-
Field Details
-
Method Details
-
getKindFromInt
Convert from the numerical representation of kind to an enum type.- Parameters:
kind- The numerical representation of kind- Returns:
- The kind
-
getSource
-
getSink
-
getProperty
-