| 55 | // Codec functionality methods |
| 56 | bool isValid() const; |
| 57 | fl::u32 getTimestamp() const { return mTimestamp; } |
| 58 | PixelFormat getFormat() const { return mFormat; } |
| 59 | fl::u16 getWidth() const { return mWidth; } |
| 60 | fl::u16 getHeight() const { return mHeight; } |
no outgoing calls
no test coverage detected