Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: no member named 'GetFeedTime' in 'InNetTSStream' #10

Open
smallmantis opened this issue Jun 24, 2021 · 2 comments
Open

error: no member named 'GetFeedTime' in 'InNetTSStream' #10

smallmantis opened this issue Jun 24, 2021 · 2 comments

Comments

@smallmantis
Copy link

error: no member named 'GetFeedTime' in 'InNetTSStream'
_firstFeedTime = pStream->GetFeedTime();
class InNetTSStream not found the member GetFeedTime()
How to solve it?

@smallmantis
Copy link
Author

smallmantis commented Jun 24, 2021

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)) &&

@smallmantis
Copy link
Author

The problem has been solved
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant