Add sink source changed event.

This commit is contained in:
Peter Johnson
2016-11-15 00:26:12 -08:00
parent 6c19eb59b2
commit 6446b9ef10
3 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ public class VideoEvent {
kSourceDisconnected(0x0008),
kSourceVideoModesUpdated(0x0010),
kSourceVideoModeChanged(0x0020),
kSinkSourceChanged(0x0040),
kSinkCreated(0x0100),
kSinkDestroyed(0x0200),
kSinkEnabled(0x0400),