Skip to content

Class mediapipe::api2::OutputShardAccessBase

ClassList > mediapipe > api2 > OutputShardAccessBase

Inherited by the following classes: mediapipe::api2::OutputShardAccess, mediapipe::api2::OutputShardAccess< internal::Generic >

Public Functions

Type Name
void Close ()
bool IsClosed () const
bool IsConnected () const
Timestamp NextTimestampBound () const
OutputShardAccessBase (const CalculatorContext & cc, OutputStreamShard * output)
void SetNextTimestampBound (Timestamp timestamp)

Protected Attributes

Type Name
const CalculatorContext & context_
OutputStreamShard * output_

Public Functions Documentation

function Close

inline void mediapipe::api2::OutputShardAccessBase::Close () 

function IsClosed

inline bool mediapipe::api2::OutputShardAccessBase::IsClosed () const

function IsConnected

inline bool mediapipe::api2::OutputShardAccessBase::IsConnected () const

function NextTimestampBound

inline Timestamp mediapipe::api2::OutputShardAccessBase::NextTimestampBound () const

function OutputShardAccessBase

inline mediapipe::api2::OutputShardAccessBase::OutputShardAccessBase (
    const CalculatorContext & cc,
    OutputStreamShard * output
) 

function SetNextTimestampBound

inline void mediapipe::api2::OutputShardAccessBase::SetNextTimestampBound (
    Timestamp timestamp
) 

Protected Attributes Documentation

variable context_

const CalculatorContext& mediapipe::api2::OutputShardAccessBase::context_;

variable output_

OutputStreamShard* mediapipe::api2::OutputShardAccessBase::output_;


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/api/port.h