AdapterIO: Add IsRunning method
* The backend need to know if we can really get data. * Adapt WaitForData to be more reliable using this method.
This commit is contained in:
@@ -58,6 +58,8 @@ public:
|
||||
virtual status_t Open();
|
||||
virtual void Close();
|
||||
|
||||
virtual bool IsRunning() const;
|
||||
|
||||
void SeekCompleted();
|
||||
status_t SetBuffer(BPositionIO* buffer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user