Lines Matching defs:BaseConsumer
22 BaseConsumer::BaseConsumer()
27 BaseConsumer::~BaseConsumer()
32 void BaseConsumer::SetConsumerListener(std::weak_ptr<IConsumerListener> listener)
38 bool BaseConsumer::IsRunning()
44 bool BaseConsumer::IsPasued()
50 bool BaseConsumer::IsCapture()
56 uint32_t BaseConsumer::GetSinkAgentId()
62 void BaseConsumer::SetSinkAgentId(uint32_t agentId)
68 const AudioTrack &BaseConsumer::GetAudioTrack() const
74 const VideoTrack &BaseConsumer::GetVideoTrack() const
80 void BaseConsumer::Notify(ProsumerStatusMsg::Ptr &statusMsg)
93 void BaseConsumer::NotifyPrivateEvent(EventMsg::Ptr eventMsg)