Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Sender slot. More...
#include <sender_slot.h>
Public Member Functions | |
SenderSlot (const SenderSinkConfig &sink_config, const SenderSlotConfig &slot_config, StateTracker &state_tracker, const rtp::EncodingMap &encoding_map, audio::Fanout &fanout, packet::PacketFactory &packet_factory, audio::FrameFactory &frame_factory, core::IArena &arena) | |
Initialize. More... | |
bool | is_valid () const |
Check if the slot was successfully constructed. More... | |
SenderEndpoint * | add_endpoint (address::Interface iface, address::Protocol proto, const address::SocketAddr &outbound_address, packet::IWriter &outbound_writer) |
Add endpoint. More... | |
core::nanoseconds_t | refresh (core::nanoseconds_t current_time) |
Refresh pipeline according to current time. More... | |
void | get_metrics (SenderSlotMetrics &slot_metrics, SenderParticipantMetrics *party_metrics, size_t *party_count) const |
Get metrics for slot and its participants. More... | |
Public Member Functions inherited from roc::core::RefCounted< SenderSlot, core::ArenaAllocation > | |
RefCounted () | |
Initialize. More... | |
RefCounted (const core::ArenaAllocation &policy) | |
Initialize. More... | |
int | getref () const |
Get reference counter. More... | |
void | incref () const |
Increment reference counter. More... | |
void | decref () const |
Decrement reference counter. More... | |
Public Member Functions inherited from roc::core::ListNode< Tag > | |
ListData * | list_data () const |
Get pointer to internal data. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from roc::core::ListNode< Tag > | |
static ListNode * | list_node (ListData *data) |
Get pointer to parent node from pointer to internal data. More... | |
Protected Member Functions inherited from roc::core::ArenaAllocation | |
IArena & | arena () const |
Get arena. More... | |
ArenaAllocation (IArena &arena) | |
Initialize. More... | |
template<class T > | |
void | destroy (T &object) |
Destroy object and return memory to arena. More... | |
Sender slot.
Contains:
Definition at line 38 of file sender_slot.h.
roc::pipeline::SenderSlot::SenderSlot | ( | const SenderSinkConfig & | sink_config, |
const SenderSlotConfig & | slot_config, | ||
StateTracker & | state_tracker, | ||
const rtp::EncodingMap & | encoding_map, | ||
audio::Fanout & | fanout, | ||
packet::PacketFactory & | packet_factory, | ||
audio::FrameFactory & | frame_factory, | ||
core::IArena & | arena | ||
) |
Initialize.
SenderEndpoint* roc::pipeline::SenderSlot::add_endpoint | ( | address::Interface | iface, |
address::Protocol | proto, | ||
const address::SocketAddr & | outbound_address, | ||
packet::IWriter & | outbound_writer | ||
) |
Add endpoint.
void roc::pipeline::SenderSlot::get_metrics | ( | SenderSlotMetrics & | slot_metrics, |
SenderParticipantMetrics * | party_metrics, | ||
size_t * | party_count | ||
) | const |
Get metrics for slot and its participants.
bool roc::pipeline::SenderSlot::is_valid | ( | ) | const |
Check if the slot was successfully constructed.
core::nanoseconds_t roc::pipeline::SenderSlot::refresh | ( | core::nanoseconds_t | current_time | ) |
Refresh pipeline according to current time.