FreeSWITCH API Documentation  1.7.0
Data Fields
switch_yuv_color_s Struct Reference

#include <switch_core_video.h>

+ Collaboration diagram for switch_yuv_color_s:

Data Fields

uint8_t y
 
uint8_t u
 
uint8_t v
 

Detailed Description

Definition at line 67 of file switch_core_video.h.

Field Documentation

uint8_t switch_yuv_color_s::u

Definition at line 69 of file switch_core_video.h.

Referenced by switch_img_draw_pixel(), and switch_img_fill().

uint8_t switch_yuv_color_s::v

Definition at line 70 of file switch_core_video.h.

Referenced by switch_img_draw_pixel(), and switch_img_fill().

uint8_t switch_yuv_color_s::y

Definition at line 68 of file switch_core_video.h.

Referenced by switch_img_draw_pixel(), and switch_img_fill().


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