#include <IOKit/video/IOVideoDeviceUserClient.h>

IOKit/video/IOVideoDeviceUserClient.h Kernel.framework

1 enum

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.
underlying type unsigned int
kIOVideoDeviceMethodOpen0
kIOVideoDeviceMethodClose1
kIOVideoDeviceMethodGetMode2
kIOVideoDeviceMethodSetMode3
kIOVideoDeviceMethodSetControlValue4
kIOVideoDeviceMethodOpenStream5
kIOVideoDeviceMethodCloseStream6
kIOVideoDeviceMethodSetStreamFormat7
kIOVideoDeviceMethodStartStream8
kIOVideoDeviceMethodStopStream9
kIOVideoDeviceMethodSuspendStream10
kIOVideoDeviceMethodCount11