The image mapping structure describes the pixel buffer which holds the image pixels. It is filled in by the Map() function when it returns. More...
Public Types | |
enum | Target { Target.CPU, Target.CUDA } |
Indicates to which domain the pixels were mapped. More... | |
Public Attributes | |
IntPtr | Base |
int | Width |
int | Height |
int | BytesPerRow |
PixelFormat | PixelFormat |
Target | target |
The image mapping structure describes the pixel buffer which holds the image pixels. It is filled in by the Map() function when it returns.
|
strong |
IntPtr RealNetworks.CameraKit.ImageMapping.Base |
int RealNetworks.CameraKit.ImageMapping.BytesPerRow |
int RealNetworks.CameraKit.ImageMapping.Height |
PixelFormat RealNetworks.CameraKit.ImageMapping.PixelFormat |
Target RealNetworks.CameraKit.ImageMapping.target |
int RealNetworks.CameraKit.ImageMapping.Width |