mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
VideoEvent: Make sourceHandle and sinkHandle public.
This commit is contained in:
@@ -76,8 +76,8 @@ public class VideoEvent {
|
||||
public Kind kind;
|
||||
|
||||
// Valid for kSource* and kSink* respectively
|
||||
private int sourceHandle;
|
||||
private int sinkHandle;
|
||||
public int sourceHandle;
|
||||
public int sinkHandle;
|
||||
|
||||
// Source/sink name
|
||||
public String name;
|
||||
|
||||
Reference in New Issue
Block a user