C++ Java Unity
Unity Reference
CameraDevice.VideoModeData Struct Reference

This struct stores video mode data. This includes the width and height of the frame and the framerate of the camera. More...

Public Attributes

int format
 
float frameRate
 
int height
 
int width
 

Detailed Description

This struct stores video mode data. This includes the width and height of the frame and the framerate of the camera.

Member Data Documentation

int format
float frameRate
int height
int width