Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
video_frmival_enum Struct Reference

Video frame interval enumeration structure. More...

#include <video.h>

Data Fields

uint32_t index
 frame interval index during enumeration
 
const struct video_formatformat
 video format for which the query is made
 
enum video_frmival_type type
 frame interval type the device supports
 
union { 
 
   struct video_frmival   discrete 
 
   struct video_frmival_stepwise   stepwise 
 
};  
 the actual frame interval
 

Detailed Description

Video frame interval enumeration structure.

Used to describe the supported video frame intervals of a given video format.

Field Documentation

◆ [union]

union { ... } video_frmival_enum

the actual frame interval

◆ discrete

struct video_frmival video_frmival_enum::discrete

◆ format

const struct video_format* video_frmival_enum::format

video format for which the query is made

◆ index

uint32_t video_frmival_enum::index

frame interval index during enumeration

◆ stepwise

struct video_frmival_stepwise video_frmival_enum::stepwise

◆ type

enum video_frmival_type video_frmival_enum::type

frame interval type the device supports


The documentation for this struct was generated from the following file: