Class mediapipe::api2::PacketSequencerCalculator
ClassList > mediapipe > api2 > PacketSequencerCalculator
Inherits the following classes: mediapipe::api2::Node
Public Static Attributes
Type | Name |
---|---|
constexpr Input< AnyType >::Multiple | kInput = {"INPUT"} |
constexpr Output< AnyType >::Multiple | kOutput = {"OUTPUT"} |
constexpr Input< AnyType >::Multiple | kTick = {"TICK"} |
Public Functions
Type | Name |
---|---|
MEDIAPIPE_NODE_CONTRACT (kInput, kTick, kOutput, StreamHandler("ImmediateInputStreamHandler"), TimestampChange::Arbitrary()) |
|
absl::Status | Process (CalculatorContext * cc) |
Public Static Functions
Type | Name |
---|---|
absl::Status | UpdateContract (CalculatorContract * cc) |
Public Static Attributes Documentation
variable kInput
constexpr Input<AnyType>::Multiple mediapipe::api2::PacketSequencerCalculator::kInput;
variable kOutput
constexpr Output<AnyType>::Multiple mediapipe::api2::PacketSequencerCalculator::kOutput;
variable kTick
constexpr Input<AnyType>::Multiple mediapipe::api2::PacketSequencerCalculator::kTick;
Public Functions Documentation
function MEDIAPIPE_NODE_CONTRACT
mediapipe::api2::PacketSequencerCalculator::MEDIAPIPE_NODE_CONTRACT (
kInput,
kTick,
kOutput,
StreamHandler("ImmediateInputStreamHandler"),
TimestampChange::Arbitrary()
)
function Process
inline absl::Status mediapipe::api2::PacketSequencerCalculator::Process (
CalculatorContext * cc
)
Public Static Functions Documentation
function UpdateContract
static inline absl::Status mediapipe::api2::PacketSequencerCalculator::UpdateContract (
CalculatorContract * cc
)
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/calculators/core/packet_sequencer_calculator.cc