20 #ifndef ICONTAINERFORMAT_H_
21 #define ICONTAINERFORMAT_H_
23 #include <com/avpkit/ferry/RefCounted.h>
24 #include <com/avpkit/core/AVPKit.h>
25 #include <com/avpkit/core/ICodec.h>
27 namespace com {
namespace avpkit {
namespace core
66 const char* mimeType)=0;
110 FLAG_NEEDNUMBER = 0x0002,
111 FLAG_SHOW_IDS=0x0008,
112 FLAG_RAWPICTURE=0x0020,
113 FLAG_GLOBALHEADER=0x0040,
114 FLAG_NOTIMESTAMPS=0x0080,
115 FLAG_GENERIC_INDEX=0x0100,
116 FLAG_TS_DISCONT=0x0200
323 static int32_t getNumInstalledInputFormats();
341 static int32_t getNumInstalledOutputFormats();
ID
These are the codecs this library currently supports.
Parent of all Ferry objects – it mains reference counts in native code.
WARNING: Do not use logging in this class, and do not set any static file variables to values other t...