Searched refs:_rtpEOF (Results 1 – 2 of 2) sorted by relevance
100 RTPFile() : _rtpFile(NULL), _rtpEOF(false) {} in RTPFile()122 bool EndOfFile() const override { return _rtpEOF; } in EndOfFile()126 bool _rtpEOF; variable
212 _rtpEOF = true; in Read()