score
Home
Classes
Namespaces
Files
Loading...
Searching...
No Matches
VideoPixelFormatAV.hpp
Go to the documentation of this file.
1
#pragma once
2
34
#include <
Gfx/Graph/interop/VideoPixelFormat.hpp
>
35
36
#include <score_plugin_gfx_export.h>
37
38
extern
"C"
{
39
#include <libavutil/pixfmt.h>
40
}
41
42
namespace
score::gfx::interop
43
{
44
48
SCORE_PLUGIN_GFX_EXPORT
49
AVPixelFormat toAVPixelFormat(VideoPixelFormat f)
noexcept
;
50
53
SCORE_PLUGIN_GFX_EXPORT
54
VideoPixelFormat
fromAVPixelFormat(AVPixelFormat f)
noexcept
;
55
56
}
// namespace score::gfx::interop
VideoPixelFormat.hpp
Vendor-neutral pixel format vocabulary + descriptive metadata.
score::gfx::interop::VideoPixelFormat
VideoPixelFormat
Definition
VideoPixelFormat.hpp:229