#include <IOKit/video/IOVideoDeviceUserClient.h>
IOKit/video/IOVideoDeviceUserClient.h
enum(anonymous)
@enum User client methods
@constant kIOVideoDeviceMethodOpen
@constant kIOVideoDeviceMethodClose
@constant kIOVideoDeviceMethodGetMode
@constant kIOVideoDeviceMethodSetControlValue
@constant kIOVideoDeviceMethodOpenStream
@constant kIOVideoDeviceMethodCloseStream
@constant kIOVideoDeviceMethodSetStreamFormat
@constant kIOVideoDeviceMethodStartStream
@constant kIOVideoDeviceMethodStopStream
@constant kIOVideoDeviceMethodSuspendStream
@abstract Client method numbers used with IOConnectMethod...() functions.
| kIOVideoDeviceMethodOpen | 0 | |
| kIOVideoDeviceMethodClose | 1 | |
| kIOVideoDeviceMethodGetMode | 2 | |
| kIOVideoDeviceMethodSetMode | 3 | |
| kIOVideoDeviceMethodSetControlValue | 4 | |
| kIOVideoDeviceMethodOpenStream | 5 | |
| kIOVideoDeviceMethodCloseStream | 6 | |
| kIOVideoDeviceMethodSetStreamFormat | 7 | |
| kIOVideoDeviceMethodStartStream | 8 | |
| kIOVideoDeviceMethodStopStream | 9 | |
| kIOVideoDeviceMethodSuspendStream | 10 | |
| kIOVideoDeviceMethodCount | 11 |