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...
 
bool HasStrides
 Indicates if the frame has strides or not. More...
 
FrameStrides Strides
 Frame stride information, if the frame actually has strides. 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.

bool Wikitude.Frame.HasStrides

Indicates if the frame has strides or not.

int Wikitude.Frame.Height

Height of the frame.

FrameStrides Wikitude.Frame.Strides

Frame stride information, if the frame actually has strides.

int Wikitude.Frame.Width

Width of the frame.