You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: no member named 'GetFeedTime' in 'InNetTSStream'
_firstFeedTime = pStream->GetFeedTime();
class InNetTSStream not found the member GetFeedTime()
How to solve it?
The text was updated successfully, but these errors were encountered:
sources/applications/applestreamingclient/src/clientcontext.cpp:389:29: error: no member named 'GetFeedTime' in 'InNetTSStream'
_firstFeedTime = pStream->GetFeedTime();
sources/applications/applestreamingclient/src/clientcontext.cpp:393:44: error: no member named 'GetFeedTime' in 'InNetTSStream'
while ((wallClockDelta + 1000 > (pStream->GetFeedTime() - _firstFeedTime)) &&
error: no member named 'GetFeedTime' in 'InNetTSStream'
_firstFeedTime = pStream->GetFeedTime();
class InNetTSStream not found the member GetFeedTime()
How to solve it?
The text was updated successfully, but these errors were encountered: