RDK Documentation (Open Sourced RDK Components)
mediaprocessor.h File Reference

Header file for base class of media container processor. More...

#include <stddef.h>
Include dependency graph for mediaprocessor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MediaProcessor
 Base Class for Media Container Processor. More...
 

Typedefs

typedef enum _PlayMode PlayMode
 

Enumerations

enum  _PlayMode
 Defines the parameters required for Recording Playback. More...
 

yes

Header file for base class of media container processor.

Definition in file mediaprocessor.h.

Enumeration Type Documentation

◆ _PlayMode

enum _PlayMode

Defines the parameters required for Recording Playback.

Enumerator
PlayMode_normal 

Playing a recording in normal mode

PlayMode_retimestamp_IPB 

Playing with I-Frame, P-Frame and B-Frame

PlayMode_retimestamp_IandP 

Playing with I-Frame and P-Frame

PlayMode_retimestamp_Ionly 

Playing a recording with I-Frame only

PlayMode_reverse_GOP 

Playing a recording with rewind mode

Definition at line 34 of file mediaprocessor.h.