1 #ifndef STK_INETWVOUT_H
2 #define STK_INETWVOUT_H
36 InetWvOut(
unsigned long packetFrames = 1024 );
42 InetWvOut(
int port, Socket::ProtocolType protocol = Socket::PROTO_TCP,
43 std::string hostname =
"localhost",
unsigned int nChannels = 1, Stk::StkFormat format =
STK_SINT16,
44 unsigned long packetFrames = 1024 );
53 void connect(
int port, Socket::ProtocolType protocol = Socket::PROTO_TCP,
54 std::string hostname =
"localhost",
unsigned int nChannels = 1, Stk::StkFormat format =
STK_SINT16 );
65 void tick(
const StkFloat sample );
81 void incrementFrame(
void );
84 void writeData(
unsigned long frames );
88 unsigned long bufferFrames_;
89 unsigned long bufferBytes_;
90 unsigned long bufferIndex_;
92 unsigned int dataBytes_;
93 Stk::StkFormat dataType_;