returns TRUE if streamtime, FALSE if presentation time
| 528 | |
| 529 | // returns TRUE if streamtime, FALSE if presentation time |
| 530 | BOOL IsStreamTime() { return m_bStream; }; |
| 531 | |
| 532 | CRefTime GetTime() { return m_time; }; |
| 533 |
no outgoing calls
no test coverage detected