|
a/mpd2src/mpd2sc.cpp |
|
b/mpd2src/mpd2sc.cpp |
|
... |
|
... |
87 |
}
|
87 |
}
|
88 |
|
88 |
|
89 |
class PcmSender {
|
89 |
class PcmSender {
|
90 |
|
90 |
|
91 |
public:
|
91 |
public:
|
92 |
static const TUint kPeriodMs = 10;
|
92 |
static const TUint kPeriodMs = 20;
|
93 |
static const TUint kSpeedNormal = 100;
|
93 |
static const TUint kSpeedNormal = 100;
|
94 |
static const TUint kSpeedMin = 75;
|
94 |
static const TUint kSpeedMin = 75;
|
95 |
static const TUint kSpeedMax = 150;
|
95 |
static const TUint kSpeedMax = 150;
|
96 |
static const TUint kMaxPacketBytes = 4096;
|
96 |
static const TUint kMaxPacketBytes = 4096;
|
97 |
|
97 |
|