Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetUnsafePointerToVideoDeviceController()

Provides a COM pointer to the native IVideoDeviceController.
Read time 1 minuteLast updated 11 days ago

Definition

public nint GetUnsafePointerToVideoDeviceController()

Returns

Type

Description

IntPtrA native COM pointer to the IVideoDeviceController.

Remarks

This method provides direct access to the native COM IVideoDeviceController object. Please use caution when calling this method. The IVideoDeviceController object allows you to control the device settings on the camera.
Please note that a reference will be added to the IVideoDeviceController COM pointer each time this method is invoked.
The caller is responsible for releasing each instance of the COM pointer.
For more information, see Microsoft documentation on the WinRT IVideoDeviceController object.