Rialto
0.1
Rialto media pipeline API
|
Go to the documentation of this file.
20 #ifndef FIREBOLT_RIALTO_I_MEDIA_PIPELINE_CLIENT_H_
21 #define FIREBOLT_RIALTO_I_MEDIA_PIPELINE_CLIENT_H_
38 namespace firebolt::rialto
104 virtual void notifyNativeSize(uint32_t width, uint32_t height,
double aspect = 1.0) = 0;
167 virtual void notifyNeedMediaData(int32_t sourceId,
size_t frameCount, uint32_t needDataRequestId,
168 const std::shared_ptr<MediaPlayerShmInfo> &shmInfo) = 0;
222 #endif // FIREBOLT_RIALTO_I_MEDIA_PIPELINE_CLIENT_H_
The information provided in a QOS update.
Definition: MediaCommon.h:275