|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
25 #ifndef __MEDIA_PROCESSOR_H__
26 #define __MEDIA_PROCESSOR_H__
80 virtual bool sendSegment(
char *segment,
size_t& size,
double position,
double duration,
bool discontinuous,
bool &ptsError) = 0;
89 virtual void setRate(
double rate, PlayMode mode) = 0;
112 virtual void abort() = 0;
119 virtual void reset() = 0;
125 virtual void ChangeMuxedAudioTrack(
unsigned char index){};