Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

C++

A thin RAII wrapper over the mediaway-ffi C ABI — for native desktop apps, custom engines, and rendering pipelines. Status: ✅ verified.

Note: the C++ RAII wrapper surface is at design stage — the examples target it (nothing compiles yet). The underlying mediaway-ffi C ABI is real and link-run verified; C++ apps can call it directly today. Build with CMake per bindings/cpp/README.md.

Examples live in bindings/cpp/examples/:

CapabilityExample files
Containercontainer/mux_roundtrip.cpp
Devicedevice/camera_record.cpp · capture_microphone.cpp · capture_screen.cpp
Pipelinepipeline/encode_audio.cpp · encode_to_mp4.cpp · decode_roundtrip.cpp · screen_record.cpp

Build and run instructions (CMake): bindings/cpp/README.md.