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