Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VANet
Commits
639e59ff
Commit
639e59ff
authored
Apr 11, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Upgrading IFace change of streaming class
parent
3b74da84
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VANetAudioStreamServerImpl.cpp
View file @
639e59ff
...
...
@@ -19,8 +19,8 @@ void CVANetAudioStreamServerImpl::Process( const ITAStreamInfo* pStreamInfo )
{
m_oStreamInfo
.
bSyncMod
=
false
;
m_oStreamInfo
.
bTimeReset
=
false
;
m_oStreamInfo
.
dCoreTime
=
pStreamInfo
->
dTime
c
ode
;
m_oStreamInfo
.
dSysTime
=
pStreamInfo
->
dTime
c
ode
;
m_oStreamInfo
.
dCoreTime
=
pStreamInfo
->
d
Stream
Time
C
ode
;
m_oStreamInfo
.
dSysTime
=
pStreamInfo
->
d
Sys
Time
C
ode
;
m_oStreamInfo
.
i64Sample
=
pStreamInfo
->
nSamples
;
m_pParent
->
Process
(
m_sfStreamTransmitBuffer
,
m_oStreamInfo
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment