50 virtual void Refresh(vk::raii::CommandBuffer& cmdBuf, std::shared_ptr<QueueHandle> queue)
override;
Definition AcceleratorBuffer.h:204
Abstract base class for a node in the signal flow graph.
Definition FlowGraphNode.h:81
A sink node is a node in the filter graph that has no outputs.
Definition SinkNode.h:45
size_t GetStreamPosition(StreamDescriptor desc)
Get the position of the provided Stream in this SinkNode.
Definition SinkNode.cpp:105
void ClearEmptyInputs()
Removes any empty spaces from m_inputs.
Definition SinkNode.cpp:70
virtual void RemoveStream(size_t i)
Remove a stream connected to one of our inputs but DOES NOT free the reference.
Definition SinkNode.cpp:86
void RefreshInputNames()
Regenerate the list of inputs so that each port has a unique, monotonic name.
Definition SinkNode.cpp:61
void MoveStream(StreamDescriptor desc, size_t newPosition)
Move a stream to another position in this plot.
Definition SinkNode.cpp:122
Descriptor for a single stream coming off a channel.
Definition StreamDescriptor.h:47