Struct mediapipe::OutputStreamSpec
ClassList > mediapipe > OutputStreamSpec
Public Attributes
Type | Name |
---|---|
std::function< void(absl::Status)> | error_callback |
Packet | header |
bool | locked_intro_data |
std::string | name |
TimestampDiff | offset |
bool | offset_enabled |
const PacketType * | packet_type |
Public Functions
Type | Name |
---|---|
void | TriggerErrorCallback (const absl::Status & status) const |
Public Attributes Documentation
variable error_callback
std::function<void(absl::Status)> mediapipe::OutputStreamSpec::error_callback;
variable header
Packet mediapipe::OutputStreamSpec::header;
variable locked_intro_data
bool mediapipe::OutputStreamSpec::locked_intro_data;
variable name
std::string mediapipe::OutputStreamSpec::name;
variable offset
TimestampDiff mediapipe::OutputStreamSpec::offset;
variable offset_enabled
bool mediapipe::OutputStreamSpec::offset_enabled;
variable packet_type
const PacketType* mediapipe::OutputStreamSpec::packet_type;
Public Functions Documentation
function TriggerErrorCallback
inline void mediapipe::OutputStreamSpec::TriggerErrorCallback (
const absl::Status & status
) const
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/output_stream_shard.h