aboutsummaryrefslogtreecommitdiff
path: root/test/mock_transformable_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/mock_transformable_frame.h')
-rw-r--r--test/mock_transformable_frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mock_transformable_frame.h b/test/mock_transformable_frame.h
index 17d7e834f9..26eb6b7030 100644
--- a/test/mock_transformable_frame.h
+++ b/test/mock_transformable_frame.h
@@ -33,6 +33,7 @@ class MockTransformableAudioFrame : public TransformableAudioFrameInterface {
MOCK_METHOD(uint32_t, GetTimestamp, (), (const, override));
MOCK_METHOD(void, SetRTPTimestamp, (uint32_t), (override));
MOCK_METHOD(Direction, GetDirection, (), (const, override));
+ MOCK_METHOD(std::string, GetMimeType, (), (const, override));
};
} // namespace webrtc