3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/rtc/RefCountedNonVirtual.h"
7#include "mc/external/webrtc/scoped_refptr.h"
28 CallbackHandle& operator=(CallbackHandle
const&);
29 CallbackHandle(CallbackHandle
const&);
49 OperationsChain& operator=(OperationsChain
const&);
50 OperationsChain(OperationsChain
const&);
68 MCNAPI static ::webrtc::scoped_refptr<::rtc::OperationsChain>
Create();
Definition OperationsChain.h:19
MCAPI void OnOperationComplete()
MCAPI ::std::function< void()> CreateOperationsChainCallback()
MCAPI void SetOnChainEmptyCallback(::std::function< void()> on_chain_empty_callback)
static MCAPI ::webrtc::scoped_refptr<::rtc::OperationsChain > Create()
MCAPI bool IsEmpty() const
Definition RefCountedNonVirtual.h:8