6#include "../component_descriptor.hpp"
7#include "../result.hpp"
20 using UInt8Builder = NumericBuilder<UInt8Type>;
51 struct Loggable<components::VideoCodec> {
52 static constexpr ComponentDescriptor Descriptor =
"rerun.components.VideoCodec";
55 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
58 static Result<std::shared_ptr<arrow::Array>> to_arrow(
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:99
All built-in components. See Types in the Rerun manual.
Definition rerun.hpp:79
VideoCodec
Component: The codec used to encode video stored in components::VideoSample.
Definition video_codec.hpp:31
@ H264
Advanced Video Coding (AVC/H.264)
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:23