bug 1190285 remove unused MediaStreamGraphImpl::GetAudioPosition() r=roc

GetAudioPosition() has been unused since revision 6eb9af883b3b.
This commit is contained in:
Karl Tomlinson 2015-07-29 19:29:20 +12:00
parent 9bc0a80496
commit 08e54158df
2 changed files with 0 additions and 12 deletions

View File

@ -325,14 +325,6 @@ MediaStreamGraphImpl::StreamTimeToGraphTime(MediaStream* aStream,
return t;
}
GraphTime
MediaStreamGraphImpl::GetAudioPosition(MediaStream* aStream)
{
/* This is correlated to the audio clock when using an AudioCallbackDriver,
* and is using a system timer otherwise. */
return IterationEnd();
}
GraphTime
MediaStreamGraphImpl::IterationEnd() const
{

View File

@ -388,10 +388,6 @@ public:
*/
GraphTime StreamTimeToGraphTime(MediaStream* aStream, StreamTime aTime,
uint32_t aFlags = 0);
/**
* Get the current audio position of the stream's audio output.
*/
GraphTime GetAudioPosition(MediaStream* aStream);
/**
* Call NotifyHaveCurrentData on aStream's listeners.
*/