webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::RtpSenderInternal Class Referenceabstract

#include <rtpsender.h>

Inheritance diagram for webrtc::RtpSenderInternal:
webrtc::RtpSenderInterface webrtc::RtpSenderInterface rtc::RefCountInterface rtc::RefCountInterface rtc::RefCountInterface rtc::RefCountInterface

Public Member Functions

virtual void SetSsrc (uint32_t ssrc)=0
 
virtual void set_stream_id (const std::string &stream_id)=0
 
virtual std::string stream_id () const =0
 
virtual void Stop ()=0
 
virtual void SetSsrc (uint32_t ssrc)=0
 
virtual void set_stream_id (const std::string &stream_id)=0
 
virtual std::string stream_id () const =0
 
virtual void Stop ()=0
 
- Public Member Functions inherited from webrtc::RtpSenderInterface
virtual bool SetTrack (MediaStreamTrackInterface *track)=0
 
virtual rtc::scoped_refptr< MediaStreamTrackInterfacetrack () const =0
 
virtual uint32_t ssrc () const =0
 
virtual cricket::MediaType media_type () const =0
 
virtual std::string id () const =0
 
virtual std::vector< std::stringstream_ids () const =0
 
virtual RtpParameters GetParameters () const =0
 
virtual bool SetParameters (const RtpParameters &parameters)=0
 
virtual rtc::scoped_refptr< DtmfSenderInterfaceGetDtmfSender () const =0
 
virtual bool SetTrack (MediaStreamTrackInterface *track)=0
 
virtual rtc::scoped_refptr< MediaStreamTrackInterfacetrack () const =0
 
virtual uint32_t ssrc () const =0
 
virtual cricket::MediaType media_type () const =0
 
virtual std::string id () const =0
 
virtual std::vector< std::stringstream_ids () const =0
 
virtual RtpParameters GetParameters () const =0
 
virtual bool SetParameters (const RtpParameters &parameters)=0
 
virtual rtc::scoped_refptr< DtmfSenderInterfaceGetDtmfSender () const =0
 
- Public Member Functions inherited from rtc::RefCountInterface
virtual int AddRef () const =0
 
virtual int Release () const =0
 
virtual int AddRef () const =0
 
virtual int Release () const =0
 

Additional Inherited Members

- Protected Member Functions inherited from webrtc::RtpSenderInterface
virtual ~RtpSenderInterface ()
 
virtual ~RtpSenderInterface ()
 
- Protected Member Functions inherited from rtc::RefCountInterface
virtual ~RefCountInterface ()
 
virtual ~RefCountInterface ()
 

Member Function Documentation

◆ set_stream_id() [1/2]

virtual void webrtc::RtpSenderInternal::set_stream_id ( const std::string stream_id)
pure virtual

◆ set_stream_id() [2/2]

virtual void webrtc::RtpSenderInternal::set_stream_id ( const std::string stream_id)
pure virtual

◆ SetSsrc() [1/2]

virtual void webrtc::RtpSenderInternal::SetSsrc ( uint32_t  ssrc)
pure virtual

◆ SetSsrc() [2/2]

virtual void webrtc::RtpSenderInternal::SetSsrc ( uint32_t  ssrc)
pure virtual

◆ Stop() [1/2]

virtual void webrtc::RtpSenderInternal::Stop ( )
pure virtual

◆ Stop() [2/2]

virtual void webrtc::RtpSenderInternal::Stop ( )
pure virtual

◆ stream_id() [1/2]

virtual std::string webrtc::RtpSenderInternal::stream_id ( ) const
pure virtual

◆ stream_id() [2/2]

virtual std::string webrtc::RtpSenderInternal::stream_id ( ) const
pure virtual

The documentation for this class was generated from the following file: