mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Changed XBMC Video checker from emitting all black on a lower channel than the grabber to commanding the grabber
This commit is contained in:
11
include/utils/GrabbingMode.h
Normal file
11
include/utils/GrabbingMode.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
enum GrabbingMode
|
||||
{
|
||||
GRABBINGMODE_OFF,
|
||||
GRABBINGMODE_VIDEO,
|
||||
GRABBINGMODE_PHOTO,
|
||||
GRABBINGMODE_AUDIO,
|
||||
GRABBINGMODE_MENU,
|
||||
GRABBINGMODE_INVALID
|
||||
};
|
Reference in New Issue
Block a user