#include <icy/base64packetencoder.h>Inherits:
PacketProcessor
Packet processor that Base64-encodes packet data.
| Return | Name | Description |
|---|---|---|
PacketSignal | emitter |
PacketSignal emitter| Return | Name | Description |
|---|---|---|
Base64PacketEncoder inline | ||
void | process virtual inline | Base64-encodes the payload of an incoming [RawPacket](icy-RawPacket.html#rawpacket-4) and emits the result. |
inline
inline Base64PacketEncoder()virtual inline
virtual inline void process(IPacket & packet)Base64-encodes the payload of an incoming [RawPacket](icy-RawPacket.html#rawpacket-4) and emits the result.
packet Incoming packet; must be castable to [RawPacket](icy-RawPacket.html#rawpacket-4).std::bad_cast if the packet is not a [RawPacket](icy-RawPacket.html#rawpacket-4).