Java VideoEvent: Make propertyHandle public.

This commit is contained in:
Peter Johnson
2017-01-04 01:06:28 -08:00
parent 4ed78a84ef
commit 593ba37c43

View File

@@ -86,7 +86,7 @@ public class VideoEvent {
public VideoMode mode;
// Fields for kSourceProperty* events
private int propertyHandle;
public int propertyHandle;
public VideoProperty.Kind propertyKind;
public int value;
public String valueStr;