small change in example code (in the comment)
This commit is contained in:
parent
90cbb22993
commit
7c81775232
1 changed files with 1 additions and 1 deletions
|
@ -1113,7 +1113,7 @@ void CClient::ProcessAudioDataIntern ( CVector<int16_t>& vecsStereoSndCrd )
|
||||||
// implementation so that crashes may occur.
|
// implementation so that crashes may occur.
|
||||||
//
|
//
|
||||||
// e.g., do the following:
|
// e.g., do the following:
|
||||||
// Socket.GetDataFromSocket();
|
// Socket.OnDataReceived();
|
||||||
|
|
||||||
|
|
||||||
for ( i = 0; i < iSndCrdFrameSizeFactor; i++ )
|
for ( i = 0; i < iSndCrdFrameSizeFactor; i++ )
|
||||||
|
|
Loading…
Reference in a new issue