score
Home
Classes
Namespaces
Files
Loading...
Searching...
No Matches
GStreamerPixelFormat.hpp
Go to the documentation of this file.
1
#pragma once
2
23
#include <
Gfx/Graph/interop/VideoPixelFormat.hpp
>
24
25
#include <score_plugin_gfx_export.h>
26
27
#include <string_view>
28
29
namespace
score::gfx::interop
30
{
31
34
SCORE_PLUGIN_GFX_EXPORT
35
VideoPixelFormat
fromGStreamerFormat(std::string_view name)
noexcept
;
36
38
SCORE_PLUGIN_GFX_EXPORT
39
std::string_view toGStreamerFormat(VideoPixelFormat f)
noexcept
;
40
41
}
// namespace score::gfx::interop
VideoPixelFormat.hpp
Vendor-neutral pixel format vocabulary + descriptive metadata.
score::gfx::interop::VideoPixelFormat
VideoPixelFormat
Definition
VideoPixelFormat.hpp:229