23 #include <com/avpkit/core/AVPKit.h>
24 #include <com/avpkit/ferry/RefCounted.h>
26 namespace com {
namespace avpkit {
namespace core
64 METADATA_MATCH_CASE=1,
68 METADATA_DONT_OVERWRITE=16,
98 virtual const char*
getKey(int32_t position)=0;
118 virtual int32_t
setValue(
const char* key,
const char* value)=0;
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...