|
RDK Documentation (Open Sourced RDK Components)
|
20 #ifndef AAMP_MOCK_AAMP_GST_PLAYER_H
21 #define AAMP_MOCK_AAMP_GST_PLAYER_H
23 #include <gmock/gmock.h>
34 MOCK_METHOD(
bool,
Pause, (
bool pause,
bool forceStopGstreamerPreBuffering));
Class declaration of Gstreamer based player.
long GetPositionMilliseconds(void)
Get playback position in MS.
bool Pause(bool pause, bool forceStopGstreamerPreBuffering)
To pause/play pipeline.
Gstreamer based player for AAMP.
AAMPGstPlayer(AampLogManager *logObj, PrivateInstanceAAMP *aamp)
AAMPGstPlayer Constructor.
Class representing the AAMP player's private instance, which is not exposed to outside world.