C# Class Lennox.NvEncSharp.CuDevicePtr

Mostra file Open project: jlennox/NvEncSharp Class Usage Examples

Public Properties

Property Type Description
Empty CuDevicePtr
Handle IntPtr

Public Methods

Method Description
CuDevicePtr ( IntPtr handle ) : System
CuDevicePtr ( byte* handle ) : System
CuDevicePtr ( long handle ) : System

Method Details

CuDevicePtr() public method

public CuDevicePtr ( IntPtr handle ) : System
handle IntPtr
return System

CuDevicePtr() public method

public CuDevicePtr ( byte* handle ) : System
handle byte*
return System

CuDevicePtr() public method

public CuDevicePtr ( long handle ) : System
handle long
return System

Property Details

Empty public_oe static_oe property

public static CuDevicePtr,Lennox.NvEncSharp Empty
return CuDevicePtr

Handle public_oe property

public IntPtr Handle
return IntPtr