Skip to main content

VideoSenderEncoderOptions Struct

Declaration

struct simaai::neat::nodes::groups::VideoSenderEncoderOptions { ... }

Included Headers

#include <VideoSender.h>

Public Member Attributes Index

intbitrate_kbps = 4000
std::stringprofile = "baseline"
std::stringlevel = "4.0"

Definition at line 19 of file VideoSender.h.

Public Member Attributes

bitrate_kbps

int simaai::neat::nodes::groups::VideoSenderEncoderOptions::bitrate_kbps = 4000

Definition at line 20 of file VideoSender.h.

20 int bitrate_kbps = 4000;

level

std::string simaai::neat::nodes::groups::VideoSenderEncoderOptions::level = "4.0"

Definition at line 22 of file VideoSender.h.

22 std::string level = "4.0";

profile

std::string simaai::neat::nodes::groups::VideoSenderEncoderOptions::profile = "baseline"

Definition at line 21 of file VideoSender.h.

21 std::string profile = "baseline";

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.