3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RefCountInterface.h"
7#include "mc/external/webrtc/scoped_refptr.h"
11namespace webrtc {
class TransformableFrameInterface; }
12namespace webrtc {
class TransformedFrameCallback; }
22 virtual void Transform(::std::unique_ptr<::webrtc::TransformableFrameInterface>) = 0;
32 virtual void UnregisterTransformedFrameCallback();
35 virtual void UnregisterTransformedFrameSinkCallback(uint);
Definition RefCountInterface.h:10
Definition scoped_refptr.h:8