SAFR Windows SDK
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
RealNetworks.CameraKit.ImageMapping Struct Reference

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
 

Detailed Description

The image mapping structure describes the pixel buffer which holds the image pixels. It is filled in by the Map() function when it returns.

Member Enumeration Documentation

◆ Target

Indicates to which domain the pixels were mapped.

Enumerator
CPU 
CUDA 

Member Data Documentation

◆ Base

IntPtr RealNetworks.CameraKit.ImageMapping.Base

◆ BytesPerRow

int RealNetworks.CameraKit.ImageMapping.BytesPerRow

◆ Height

int RealNetworks.CameraKit.ImageMapping.Height

◆ PixelFormat

PixelFormat RealNetworks.CameraKit.ImageMapping.PixelFormat

◆ target

Target RealNetworks.CameraKit.ImageMapping.target

◆ Width

int RealNetworks.CameraKit.ImageMapping.Width