|
VLC
4.0.0-dev
|
Data Fields | |
| union { | |
| int dxgi_format | |
| uint32_t d3d9_format | |
| the rendering DXGI_FORMAT for libvlc_video_engine_d3d11 More... | |
| int opengl_format | |
| the rendering D3DFORMAT for libvlc_video_engine_d3d9 More... | |
| void * p_surface | |
| the rendering GLint GL_RGBA or GL_RGB for libvlc_video_engine_opengl and for libvlc_video_engine_gles2 More... | |
| }; | |
| bool | full_range |
| libvlc_video_color_space_t | colorspace |
| video is full range or studio/limited range More... | |
| libvlc_video_color_primaries_t | primaries |
| video color space More... | |
| libvlc_video_transfer_func_t | transfer |
| video color primaries More... | |
| union { ... } |
| libvlc_video_color_space_t libvlc_video_output_cfg_t::colorspace |
video is full range or studio/limited range
| uint32_t libvlc_video_output_cfg_t::d3d9_format |
the rendering DXGI_FORMAT for libvlc_video_engine_d3d11
| int libvlc_video_output_cfg_t::dxgi_format |
| bool libvlc_video_output_cfg_t::full_range |
| int libvlc_video_output_cfg_t::opengl_format |
the rendering D3DFORMAT for libvlc_video_engine_d3d9
| void* libvlc_video_output_cfg_t::p_surface |
the rendering GLint GL_RGBA or GL_RGB for libvlc_video_engine_opengl and for libvlc_video_engine_gles2
| libvlc_video_color_primaries_t libvlc_video_output_cfg_t::primaries |
video color space
| libvlc_video_transfer_func_t libvlc_video_output_cfg_t::transfer |
video color primaries
1.8.13