Wikitude Unity Plugin
Public Attributes | List of all members
Wikitude.Frame Struct Reference

Structure containing the pointer to frame data, as well as additional information about the frame. More...

Public Attributes

IntPtr Data
 Native pointer to the raw frame data. The data is only valid during the frame it was received in. More...
 
int DataSize
 Size of the data in bytes. More...
 
int Width
 Width of the frame. More...
 
int Height
 Height of the frame. More...
 
FrameColorSpace ColorSpace
 Color space of the frame. More...
 

Detailed Description

Structure containing the pointer to frame data, as well as additional information about the frame.

Member Data Documentation

FrameColorSpace Wikitude.Frame.ColorSpace

Color space of the frame.

IntPtr Wikitude.Frame.Data

Native pointer to the raw frame data. The data is only valid during the frame it was received in.

int Wikitude.Frame.DataSize

Size of the data in bytes.

int Wikitude.Frame.Height

Height of the frame.

int Wikitude.Frame.Width

Width of the frame.