|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
#include <packet_factory.h>
Public Member Functions | |
| PacketFactory (core::IAllocator &allocator, bool poison) | |
| Constructor. | |
| core::SharedPtr< Packet > | new_packet () |
| Create new packet;. | |
Friends | |
| class | core::FactoryAllocation< PacketFactory > |
Packet factory.
Definition at line 26 of file packet_factory.h.
| roc::packet::PacketFactory::PacketFactory | ( | core::IAllocator & | allocator, |
| bool | poison | ||
| ) |
Constructor.
| core::SharedPtr< Packet > roc::packet::PacketFactory::new_packet | ( | ) |
Create new packet;.
|
friend |
Definition at line 32 of file packet_factory.h.