14 #ifndef IBUFFERSOURCE_H
15 #define IBUFFERSOURCE_H
17 #include <com/avpkit/core/IAudioSamples.h>
18 #include <com/avpkit/core/IVideoPicture.h>
19 #include <com/avpkit/core/IRational.h>
20 #include <com/avpkit/core/IMediaFilter.h>
A set of raw (decoded) samples, plus a timestamp for when to play those samples relative to other ite...
virtual int addVideoPicture(IVideoPicture *picture)=0
Adds picture to this filter.
virtual int addAudioSamples(IAudioSamples *samples)=0
Adds audio samples to this filter.
Represents one raw (undecoded) picture in a video stream, plus a timestamp for when to display that v...
WARNING: Do not use logging in this class, and do not set any static file variables to values other t...