20 #ifndef BUFFERSOURCE_H
21 #define BUFFERSOURCE_H
23 #include <com/avpkit/core/IAudioSamples.h>
24 #include <com/avpkit/core/IVideoPicture.h>
25 #include <com/avpkit/core/IRational.h>
26 #include <com/avpkit/core/IBufferSource.h>
27 #include <com/avpkit/core/MediaFilter.h>
28 #include <com/avpkit/ferry/RefPointer.h>
32 #include "libavfilter/avfilter.h"
33 #include "libavfilter/buffersrc.h"
34 #include "libavutil/opt.h"
71 AVFilterGraph* mFilterGraph;
72 AVBufferSrcParameters* mParams;
A set of raw (decoded) samples, plus a timestamp for when to play those samples relative to other ite...
Format
The format we use to represent audio.
This class wraps represents a Rational number for the AVPKit.
Represents one raw (undecoded) picture in a video stream, plus a timestamp for when to display that v...
This class is only useful from C++.
This library contains routines used by AVPKit libraries for "ferry"ing Java objects to and from nativ...
WARNING: Do not use logging in this class, and do not set any static file variables to values other t...